#CDFFA0

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

Shades of Reef #CDFFA0

Tints of Reef #CDFFA0

Color information

#CDFFA0 (or 0xCDFFA0) is unknown color: approx Reef. HEX triplet: CD, FF and A0. RGB value is (205,255,160). Sum of RGB (Red+Green+Blue) = 205+255+160=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFFA0 is #32005F. Grayscale: #E5E5E5. Windows color (decimal): -3276896 or 10551245. OLE color: 10551245.

HSL color Cylindrical-coordinate representation of color #CDFFA0: hue angle of 91.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDFFA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB205255160-
CMYK0.2000.370
HSL91.58º100%81.37%-
HSV(B)91.58º37.25%100%-
XYZ67.2887.0446.51-
YUV229.2288.94110.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 160 (62.89% from 255) = 25.81%
R=33.06%
G=41.13%
B=25.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551600.2000.37091.5810081.37
HexCDFFA01402505c6451
Octal315377240240450134144121
Binary1100110111111111101000001010001001010101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFA0; }

 p { color: rgb(205,255,160); }

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

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

 a { background-color: rgb(205,255,160); }

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

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

 span { border-color: rgb(205,255,160); }

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