#CDFA99

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

Shades of Reef #CDFA99

Tints of Reef #CDFA99

Color information

#CDFA99 (or 0xCDFA99) is unknown color: approx Reef. HEX triplet: CD, FA and 99. RGB value is (205,250,153). Sum of RGB (Red+Green+Blue) = 205+250+153=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFA99 is #320566. Grayscale: #E1E1E1. Windows color (decimal): -3278183 or 10091213. OLE color: 10091213.

HSL color Cylindrical-coordinate representation of color #CDFA99: hue angle of 87.84º degrees, saturation: 0.91, 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 #CDFA99 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB205250153-
CMYK0.1800.390.02
HSL87.84º90.65%79.02%-
HSV(B)87.84º38.8%98.04%-
XYZ65.1183.6542.85-
YUV225.4987.09113.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 153 (60.16% from 255) = 25.16%
R=33.72%
G=41.12%
B=25.16%

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
Decimal2052501530.1800.390.0287.8490.6579.02
HexCDFA99120272585b4f
Octal315372231220472130133117
Binary11001101111110101001100110010010011110101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA99; }

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

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

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

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

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

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

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

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