Html Css Color HEX #CDF9AB Reef

📋 copy color: '#CDF9AB'

red 205 ◦ green 249 ◦ blue 171

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

Shades of Reef #CDF9AB

Tints of Reef #CDF9AB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.84%

 BLUE value IS 171 (67.19% from 255) = 27.36%

R = 32.8%
G = 39.84%
B = 27.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CDF9AB (or 0xCDF9AB) is known color: Reef. HEX triplet: CD, F9 and AB. RGB value is (205,249,171). Sum of RGB (Red+Green+Blue) = 205+249+171=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF9AB is #320654. Grayscale: #E3E3E3. Windows color (decimal): -3278421 or 11270605. OLE color: 11270605.

HSL color Cylindrical-coordinate representation of color #CDF9AB: hue angle of 93.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF9AB is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 171 -
CMYK 0.18 0 0.31 0.02
HSL 93.85º 0.87% 0.82% -
HSV(B) 93.85º 0.31% 0.98% -
XYZ 66.4 83.67 51.18 -
YUV 226.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 205 249 171 0.18 0 0.31 0.02 93.85 0.87 0.82
Hex CD F9 AB 12 0 1F 2 5E 57 52
Octal 315 371 253 22 0 37 2 136 127 122
Binary 11001101 11111001 10101011 10010 0 11111 10 1011110 1010111 1010010

Color Harmonies of #CDF9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF9AB

Black with #CDF9AB

Text Example


Text Example

White with #CDF9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF9AB; }

 p { color: rgb(205,249,171); }

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

background-color css

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

 a { background-color: rgb(205,249,171); }

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

border-color css

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

 span { border-color: rgb(205,249,171); }

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