#CDFB99

Color #CDFB99 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDFB99

Tints of Reef #CDFB99

Color information

#CDFB99 (or 0xCDFB99) is unknown color: approx Reef. HEX triplet: CD, FB and 99. RGB value is (205,251,153). Sum of RGB (Red+Green+Blue) = 205+251+153=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFB99 is #320466. Grayscale: #E2E2E2. Windows color (decimal): -3277927 or 10091469. OLE color: 10091469.

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

Color convert

RGB205251153-
CMYK0.1800.390.02
HSL88.16º92.45%79.22%-
HSV(B)88.16º39.04%98.43%-
XYZ65.4284.2742.96-
YUV226.0786.76112.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=33.66%
G=41.22%
B=25.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052511530.1800.390.0288.1692.4579.22
HexCDFB99120272585c4f
Octal315373231220472130134117
Binary11001101111110111001100110010010011110101100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFB99; }

 p { color: rgb(205,251,153); }

 H1.HeaderClassName
 {
   color: #CDFB99;
 }
 .AnyTagClassName
 {
   color: #CDFB99;
 }
</style>
background-color css

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

 a { background-color: rgb(205,251,153); }

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

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

 span { border-color: rgb(205,251,153); }

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