#CFFB9B

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

Shades of Reef #CFFB9B

Tints of Reef #CFFB9B

Color information

#CFFB9B (or 0xCFFB9B) is unknown color: approx Reef. HEX triplet: CF, FB and 9B. RGB value is (207,251,155). Sum of RGB (Red+Green+Blue) = 207+251+155=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFB9B is #300464. Grayscale: #E3E3E3. Windows color (decimal): -3146853 or 10222543. OLE color: 10222543.

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

Color convert

RGB207251155-
CMYK0.1800.380.02
HSL87.5º92.31%79.61%-
HSV(B)87.5º38.25%98.43%-
XYZ66.1584.6343.86-
YUV226.987.42113.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=33.77%
G=40.95%
B=25.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511550.1800.380.0287.592.3179.61
HexCFFB9B120262585c50
Octal317373233220462130134120
Binary11001111111110111001101110010010011010101100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB9B; }

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

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

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

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

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

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

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

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