Html Css Color HEX #CDF0AA Reef

📋 copy color: '#CDF0AA'

red 205 ◦ green 240 ◦ blue 170

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

Shades of Reef #CDF0AA

Tints of Reef #CDF0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.64%

R = 33.33%
G = 39.02%
B = 27.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CDF0AA (or 0xCDF0AA) is known color: Reef. HEX triplet: CD, F0 and AA. RGB value is (205,240,170). Sum of RGB (Red+Green+Blue) = 205+240+170=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0AA is #320F55. Grayscale: #DDDDDD. Windows color (decimal): -3280726 or 11202765. OLE color: 11202765.

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

Color convert

RGB 205 240 170 -
CMYK 0.15 0 0.29 0.06
HSL 90º 0.7% 0.8% -
HSV(B) 90º 0.29% 0.94% -
XYZ 63.59 78.2 49.77 -
YUV 221.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 205 240 170 0.15 0 0.29 0.06 90 0.7 0.8
Hex CD F0 AA F 0 1D 6 5A 46 50
Octal 315 360 252 17 0 35 6 132 106 120
Binary 11001101 11110000 10101010 1111 0 11101 110 1011010 1000110 1010000

Color Harmonies of #CDF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF0AA

Black with #CDF0AA

Text Example


Text Example

White with #CDF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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