#CDFA9C

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

Shades of Reef #CDFA9C

Tints of Reef #CDFA9C

Color information

#CDFA9C (or 0xCDFA9C) is unknown color: approx Reef. HEX triplet: CD, FA and 9C. RGB value is (205,250,156). Sum of RGB (Red+Green+Blue) = 205+250+156=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFA9C is #320563. Grayscale: #E2E2E2. Windows color (decimal): -3278180 or 10287821. OLE color: 10287821.

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

Color convert

RGB205250156-
CMYK0.1800.380.02
HSL88.72º90.38%79.61%-
HSV(B)88.72º37.6%98.04%-
XYZ65.3683.7544.17-
YUV225.8388.59113.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=33.55%
G=40.92%
B=25.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501560.1800.380.0288.7290.3879.61
HexCDFA9C120262595a50
Octal315372234220462131132120
Binary11001101111110101001110010010010011010101100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA9C; }

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

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

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

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

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

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

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

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