#CFFB97

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

Shades of Reef #CFFB97

Tints of Reef #CFFB97

Color information

#CFFB97 (or 0xCFFB97) is unknown color: approx Reef. HEX triplet: CF, FB and 97. RGB value is (207,251,151). Sum of RGB (Red+Green+Blue) = 207+251+151=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFB97 is #300468. Grayscale: #E2E2E2. Windows color (decimal): -3146857 or 9960399. OLE color: 9960399.

HSL color Cylindrical-coordinate representation of color #CFFB97: hue angle of 86.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFB97 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB207251151-
CMYK0.1800.400.02
HSL86.4º92.59%78.82%-
HSV(B)86.4º39.84%98.43%-
XYZ65.8284.4942.12-
YUV226.4485.42114.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=33.99%
G=41.22%
B=24.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511510.1800.400.0286.492.5978.82
HexCFFB97120282565d4f
Octal317373227220502126135117
Binary11001111111110111001011110010010100010101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB97; }

 p { color: rgb(207,251,151); }

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

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

 a { background-color: rgb(207,251,151); }

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

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

 span { border-color: rgb(207,251,151); }

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