#EFFBEF

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

Shades of Honeydew #EFFBEF

Tints of Honeydew #EFFBEF

Color information

#EFFBEF (or 0xEFFBEF) is unknown color: approx Honeydew. HEX triplet: EF, FB and EF. RGB value is (239,251,239). Sum of RGB (Red+Green+Blue) = 239+251+239=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 239 (93.75% from 255 or 32.78% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBEF is #100410. Grayscale: #F6F6F6. Windows color (decimal): -1049617 or 15727599. OLE color: 15727599.

HSL color Cylindrical-coordinate representation of color #EFFBEF: hue angle of 120º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBEF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB239251239-
CMYK0.0500.050.02
HSL120º60%96.08%-
HSV(B)120º4.78%98.43%-
XYZ85.6793.5895.21-
YUV246.04124.02122.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.78%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 239 (93.75% from 255) = 32.78%
R=32.78%
G=34.43%
B=32.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512390.0500.050.021206096.08
HexEFFBEF5052783c60
Octal357373357505217074140
Binary11101111111110111110111110101011011110001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBEF; }

 p { color: rgb(239,251,239); }

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

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

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

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

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

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

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