Html Css Color HEX #CDF2AD Reef

📋 copy color: '#CDF2AD'

red 205 ◦ green 242 ◦ blue 173

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

Shades of Reef #CDF2AD

Tints of Reef #CDF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.9%

R = 33.06%
G = 39.03%
B = 27.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CDF2AD (or 0xCDF2AD) is known color: Reef. HEX triplet: CD, F2 and AD. RGB value is (205,242,173). Sum of RGB (Red+Green+Blue) = 205+242+173=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2AD is #320D52. Grayscale: #DFDFDF. Windows color (decimal): -3280211 or 11399885. OLE color: 11399885.

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

Color convert

RGB 205 242 173 -
CMYK 0.15 0 0.29 0.05
HSL 92.17º 0.73% 0.81% -
HSV(B) 92.17º 0.29% 0.95% -
XYZ 64.47 79.5 51.48 -
YUV 223.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 205 242 173 0.15 0 0.29 0.05 92.17 0.73 0.81
Hex CD F2 AD F 0 1D 5 5C 49 51
Octal 315 362 255 17 0 35 5 134 111 121
Binary 11001101 11110010 10101101 1111 0 11101 101 1011100 1001001 1010001

Color Harmonies of #CDF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF2AD

Black with #CDF2AD

Text Example


Text Example

White with #CDF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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