#CFFA9C

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

Shades of Reef #CFFA9C

Tints of Reef #CFFA9C

Color information

#CFFA9C (or 0xCFFA9C) is unknown color: approx Reef. HEX triplet: CF, FA and 9C. RGB value is (207,250,156). Sum of RGB (Red+Green+Blue) = 207+250+156=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA9C is #300563. Grayscale: #E2E2E2. Windows color (decimal): -3147108 or 10287823. OLE color: 10287823.

HSL color Cylindrical-coordinate representation of color #CFFA9C: hue angle of 87.45º 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 #CFFA9C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB207250156-
CMYK0.1700.380.02
HSL87.45º90.38%79.61%-
HSV(B)87.45º37.6%98.04%-
XYZ65.9284.0444.2-
YUV226.4388.25114.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=33.77%
G=40.78%
B=25.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501560.1700.380.0287.4590.3879.61
HexCFFA9C110262575a50
Octal317372234210462127132120
Binary11001111111110101001110010001010011010101011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA9C; }

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

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

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

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

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

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

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

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