#CFFE96

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

Shades of Reef #CFFE96

Tints of Reef #CFFE96

Color information

#CFFE96 (or 0xCFFE96) is unknown color: approx Reef. HEX triplet: CF, FE and 96. RGB value is (207,254,150). Sum of RGB (Red+Green+Blue) = 207+254+150=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE96 is #300169. Grayscale: #E4E4E4. Windows color (decimal): -3146090 or 9895631. OLE color: 9895631.

HSL color Cylindrical-coordinate representation of color #CFFE96: hue angle of 87.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFFE96 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB207254150-
CMYK0.1900.410.00
HSL87.12º98.11%79.22%-
HSV(B)87.12º40.94%99.61%-
XYZ66.6886.3542.01-
YUV228.0983.93112.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 150 (58.98% from 255) = 24.55%
R=33.88%
G=41.57%
B=24.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541500.1900.410.0087.1298.1179.22
HexCFFE9613029057624f
Octal317376226230510127142117
Binary1100111111111110100101101001101010010101011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE96; }

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

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

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

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

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

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

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

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