#CFF096

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

Shades of Reef #CFF096

Tints of Reef #CFF096

Color information

#CFF096 (or 0xCFF096) is unknown color: approx Reef. HEX triplet: CF, F0 and 96. RGB value is (207,240,150). Sum of RGB (Red+Green+Blue) = 207+240+150=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF096 is #300F69. Grayscale: #DCDCDC. Windows color (decimal): -3149674 or 9892047. OLE color: 9892047.

HSL color Cylindrical-coordinate representation of color #CFF096: hue angle of 82º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF096 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB207240150-
CMYK0.1400.370.06
HSL82º75%76.47%-
HSV(B)82º37.5%94.12%-
XYZ62.477.7940.58-
YUV219.8788.57118.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=34.67%
G=40.20%
B=25.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401500.1400.370.06827576.47
HexCFF096E0256524b4c
Octal317360226160456122113114
Binary11001111111100001001011011100100101110101001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF096; }

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

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

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

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

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

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

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

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