#CFFDA0

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

Shades of Reef #CFFDA0

Tints of Reef #CFFDA0

Color information

#CFFDA0 (or 0xCFFDA0) is unknown color: approx Reef. HEX triplet: CF, FD and A0. RGB value is (207,253,160). Sum of RGB (Red+Green+Blue) = 207+253+160=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA0 is #30025F. Grayscale: #E4E4E4. Windows color (decimal): -3146336 or 10550735. OLE color: 10550735.

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

Color convert

RGB207253160-
CMYK0.1800.370.01
HSL89.68º95.88%80.98%-
HSV(B)89.68º36.76%99.22%-
XYZ67.286.0546.33-
YUV228.6489.26112.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 160 (62.89% from 255) = 25.81%
R=33.39%
G=40.81%
B=25.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531600.1800.370.0189.6895.8880.98
HexCFFDA01202515a6051
Octal317375240220451132140121
Binary1100111111111101101000001001001001011101101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDA0; }

 p { color: rgb(207,253,160); }

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

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

 a { background-color: rgb(207,253,160); }

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

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

 span { border-color: rgb(207,253,160); }

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