#EFF9F0

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

Shades of Honeydew #EFF9F0

Tints of Honeydew #EFF9F0

Color information

#EFF9F0 (or 0xEFF9F0) is unknown color: approx Honeydew. HEX triplet: EF, F9 and F0. RGB value is (239,249,240). Sum of RGB (Red+Green+Blue) = 239+249+240=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9F0 is #10060F. Grayscale: #F5F5F5. Windows color (decimal): -1050128 or 15792623. OLE color: 15792623.

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

Color convert

RGB239249240-
CMYK0.0400.040.02
HSL126º45.45%95.69%-
HSV(B)126º4.02%97.65%-
XYZ85.292.3995.78-
YUV244.98125.19123.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 249 (97.66% from 255) = 34.20%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=32.83%
G=34.20%
B=32.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492400.0400.040.0212645.4595.69
HexEFF9F040427e2d60
Octal357371360404217655140
Binary11101111111110011111000010001001011111101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9F0; }

 p { color: rgb(239,249,240); }

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

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

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

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

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

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

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