#EBFF70

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

Shades of Honeysuckle #EBFF70

Tints of Honeysuckle #EBFF70

Color information

#EBFF70 (or 0xEBFF70) is unknown color: approx Honeysuckle. HEX triplet: EB, FF and 70. RGB value is (235,255,112). Sum of RGB (Red+Green+Blue) = 235+255+112=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF70 is #14008F. Grayscale: #E9E9E9. Windows color (decimal): -1310864 or 7405547. OLE color: 7405547.

HSL color Cylindrical-coordinate representation of color #EBFF70: hue angle of 68.39º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBFF70 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB235255112-
CMYK0.0800.560
HSL68.39º100%71.96%-
HSV(B)68.39º56.08%100%-
XYZ72.9590.3528.92-
YUV232.7259.87129.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 112 (44.14% from 255) = 18.60%
R=39.04%
G=42.36%
B=18.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551120.0800.56068.3910071.96
HexEBFF7080380446448
Octal353377160100700104144110
Binary11101011111111111110000100001110000100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF70; }

 p { color: rgb(235,255,112); }

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

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

 a { background-color: rgb(235,255,112); }

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

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

 span { border-color: rgb(235,255,112); }

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