Html Css Color HEX #CDF0A9 Reef

📋 copy color: '#CDF0A9'

red 205 ◦ green 240 ◦ blue 169

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

Shades of Reef #CDF0A9

Tints of Reef #CDF0A9

RGB

 RED value IS 205 (80.47% from 255) = 33.39%

 GREEN value IS 240 (94.14% from 255) = 39.09%

 BLUE value IS 169 (66.41% from 255) = 27.52%

R = 33.39%
G = 39.09%
B = 27.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#CDF0A9 (or 0xCDF0A9) is known color: Reef. HEX triplet: CD, F0 and A9. RGB value is (205,240,169). Sum of RGB (Red+Green+Blue) = 205+240+169=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0A9 is #320F56. Grayscale: #DDDDDD. Windows color (decimal): -3280727 or 11137229. OLE color: 11137229.

HSL color Cylindrical-coordinate representation of color #CDF0A9: hue angle of 89.58º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF0A9 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 169 -
CMYK 0.15 0 0.30 0.06
HSL 89.58º 0.7% 0.8% -
HSV(B) 89.58º 0.3% 0.94% -
XYZ 63.5 78.16 49.28 -
YUV 221.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 205 240 169 0.15 0 0.30 0.06 89.58 0.7 0.8
Hex CD F0 A9 F 0 1E 6 5A 46 50
Octal 315 360 251 17 0 36 6 132 106 120
Binary 11001101 11110000 10101001 1111 0 11110 110 1011010 1000110 1010000

Color Harmonies of #CDF0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF0A9

Black with #CDF0A9

Text Example


Text Example

White with #CDF0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF0A9; }

 p { color: rgb(205,240,169); }

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

background-color css

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

 a { background-color: rgb(205,240,169); }

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

border-color css

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

 span { border-color: rgb(205,240,169); }

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