#CFFA96

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

Shades of Reef #CFFA96

Tints of Reef #CFFA96

Color information

#CFFA96 (or 0xCFFA96) is unknown color: approx Reef. HEX triplet: CF, FA and 96. RGB value is (207,250,150). Sum of RGB (Red+Green+Blue) = 207+250+150=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA96 is #300569. Grayscale: #E2E2E2. Windows color (decimal): -3147114 or 9894607. OLE color: 9894607.

HSL color Cylindrical-coordinate representation of color #CFFA96: hue angle of 85.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFA96 is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB207250150-
CMYK0.1700.40.02
HSL85.8º90.91%78.43%-
HSV(B)85.8º40%98.04%-
XYZ65.4283.8441.59-
YUV225.7485.25114.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=34.10%
G=41.19%
B=24.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501500.1700.40.0285.890.9178.43
HexCFFA96110282565b4e
Octal317372226210502126133116
Binary11001111111110101001011010001010100010101011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA96; }

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

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

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

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

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

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

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

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