Html Css Color HEX #CDF2A9 Reef

📋 copy color: '#CDF2A9'

red 205 ◦ green 242 ◦ blue 169

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

Shades of Reef #CDF2A9

Tints of Reef #CDF2A9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.29%

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

R = 33.28%
G = 39.29%
B = 27.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#CDF2A9 (or 0xCDF2A9) is known color: Reef. HEX triplet: CD, F2 and A9. RGB value is (205,242,169). Sum of RGB (Red+Green+Blue) = 205+242+169=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2A9 is #320D56. Grayscale: #DEDEDE. Windows color (decimal): -3280215 or 11137741. OLE color: 11137741.

HSL color Cylindrical-coordinate representation of color #CDF2A9: hue angle of 90.41º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF2A9 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 169 -
CMYK 0.15 0 0.30 0.05
HSL 90.41º 0.74% 0.81% -
HSV(B) 90.41º 0.3% 0.95% -
XYZ 64.09 79.35 49.47 -
YUV 222.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 205 242 169 0.15 0 0.30 0.05 90.41 0.74 0.81
Hex CD F2 A9 F 0 1E 5 5A 4A 51
Octal 315 362 251 17 0 36 5 132 112 121
Binary 11001101 11110010 10101001 1111 0 11110 101 1011010 1001010 1010001

Color Harmonies of #CDF2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF2A9

Black with #CDF2A9

Text Example


Text Example

White with #CDF2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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