Html Css Color HEX #DDF746 Pear

📋 copy color: '#DDF746'

red 221 ◦ green 247 ◦ blue 70

#DDF746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DDF746

Tints of Pear #DDF746

RGB

 RED value IS 221 (86.72% from 255) = 41.08%

 GREEN value IS 247 (96.88% from 255) = 45.91%

 BLUE value IS 70 (27.73% from 255) = 13.01%

R = 41.08%
G = 45.91%
B = 13.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDF746 (or 0xDDF746) is known color: Pear. HEX triplet: DD, F7 and 46. RGB value is (221,247,70). Sum of RGB (Red+Green+Blue) = 221+247+70=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF746 is #2208B9. Grayscale: #DBDBDB. Windows color (decimal): -2230458 or 4650973. OLE color: 4650973.

HSL color Cylindrical-coordinate representation of color #DDF746: hue angle of 68.81º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF746 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 70 -
CMYK 0.11 0 0.72 0.03
HSL 68.81º 0.92% 0.62% -
HSV(B) 68.81º 0.72% 0.97% -
XYZ 64.19 82.34 18.3 -
YUV 219.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 221 247 70 0.11 0 0.72 0.03 68.81 0.92 0.62
Hex DD F7 46 B 0 48 3 45 5C 3E
Octal 335 367 106 13 0 110 3 105 134 76
Binary 11011101 11110111 1000110 1011 0 1001000 11 1000101 1011100 111110

Color Harmonies of #DDF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF746

Black with #DDF746

Text Example


Text Example

White with #DDF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF746; }

 p { color: rgb(221,247,70); }

 H1.HeaderClassName
 {
   color: #DDF746;
 }
 .AnyTagClassName
 {
   color: #DDF746;
 }
</style>

background-color css

<style>
 a { background-color: #DDF746; }

 a { background-color: rgb(221,247,70); }

 div.DivClassName
 {
   background-color: #DDF746;
 }
 .BgClassName
 {
   background-color: #DDF746;
 }
</style>

border-color css

<style>
 span { border-color: #DDF746; }

 span { border-color: rgb(221,247,70); }

 td.TdClassName
 {
   border-color: #DDF746;
 }
 .TagClassName
 {
   border-color: #DDF746;
 }
</style>