#EDFD67

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

Shades of Honeysuckle #EDFD67

Tints of Honeysuckle #EDFD67

Color information

#EDFD67 (or 0xEDFD67) is unknown color: approx Honeysuckle. HEX triplet: ED, FD and 67. RGB value is (237,253,103). Sum of RGB (Red+Green+Blue) = 237+253+103=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 103 (40.62% from 255 or 17.37% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD67 is #120298. Grayscale: #E7E7E7. Windows color (decimal): -1180313 or 6815213. OLE color: 6815213.

HSL color Cylindrical-coordinate representation of color #EDFD67: hue angle of 66.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDFD67 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB237253103-
CMYK0.0600.590.01
HSL66.4º97.4%69.8%-
HSV(B)66.4º59.29%99.22%-
XYZ72.589.2326.23-
YUV231.1255.7132.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 103 (40.62% from 255) = 17.37%
R=39.97%
G=42.66%
B=17.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531030.0600.590.0166.497.469.8
HexEDFD67603B1426146
Octal35537514760731102141106
Binary1110110111111101110011111001110111100001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD67; }

 p { color: rgb(237,253,103); }

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

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

 a { background-color: rgb(237,253,103); }

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

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

 span { border-color: rgb(237,253,103); }

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