#CDFC9A

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

Shades of Reef #CDFC9A

Tints of Reef #CDFC9A

Color information

#CDFC9A (or 0xCDFC9A) is unknown color: approx Reef. HEX triplet: CD, FC and 9A. RGB value is (205,252,154). Sum of RGB (Red+Green+Blue) = 205+252+154=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC9A is #320365. Grayscale: #E3E3E3. Windows color (decimal): -3277670 or 10157261. OLE color: 10157261.

HSL color Cylindrical-coordinate representation of color #CDFC9A: hue angle of 88.78º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDFC9A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB205252154-
CMYK0.1900.390.01
HSL88.78º94.23%79.61%-
HSV(B)88.78º38.89%98.82%-
XYZ65.8284.9343.5-
YUV226.7786.93112.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=33.55%
G=41.24%
B=25.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521540.1900.390.0188.7894.2379.61
HexCDFC9A130271595e50
Octal315374232230471131136120
Binary1100110111111100100110101001101001111101100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFC9A; }

 p { color: rgb(205,252,154); }

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

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

 a { background-color: rgb(205,252,154); }

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

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

 span { border-color: rgb(205,252,154); }

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