#CFFB9E

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

Shades of Reef #CFFB9E

Tints of Reef #CFFB9E

Color information

#CFFB9E (or 0xCFFB9E) is unknown color: approx Reef. HEX triplet: CF, FB and 9E. RGB value is (207,251,158). Sum of RGB (Red+Green+Blue) = 207+251+158=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFB9E is #300461. Grayscale: #E3E3E3. Windows color (decimal): -3146850 or 10419151. OLE color: 10419151.

HSL color Cylindrical-coordinate representation of color #CFFB9E: hue angle of 88.39º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFB9E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB207251158-
CMYK0.1800.370.02
HSL88.39º92.08%80.2%-
HSV(B)88.39º37.05%98.43%-
XYZ66.484.7345.2-
YUV227.2488.92113.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 158 (62.11% from 255) = 25.65%
R=33.60%
G=40.75%
B=25.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511580.1800.370.0288.3992.0880.2
HexCFFB9E120252585c50
Octal317373236220452130134120
Binary11001111111110111001111010010010010110101100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB9E; }

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

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

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

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

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

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

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

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