#CFFDA2

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

Shades of Reef #CFFDA2

Tints of Reef #CFFDA2

Color information

#CFFDA2 (or 0xCFFDA2) is unknown color: approx Reef. HEX triplet: CF, FD and A2. RGB value is (207,253,162). Sum of RGB (Red+Green+Blue) = 207+253+162=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA2 is #30025D. Grayscale: #E5E5E5. Windows color (decimal): -3146334 or 10681807. OLE color: 10681807.

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

Color convert

RGB207253162-
CMYK0.1800.360.01
HSL90.33º95.79%81.37%-
HSV(B)90.33º35.97%99.22%-
XYZ67.3886.1247.25-
YUV228.8790.26112.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 162 (63.67% from 255) = 26.05%
R=33.28%
G=40.68%
B=26.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531620.1800.360.0190.3395.7981.37
HexCFFDA21202415a6051
Octal317375242220441132140121
Binary1100111111111101101000101001001001001101101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDA2; }

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

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

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

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

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

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

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

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