#EDFD63

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

Shades of Honeysuckle #EDFD63

Tints of Honeysuckle #EDFD63

Color information

#EDFD63 (or 0xEDFD63) is unknown color: approx Honeysuckle. HEX triplet: ED, FD and 63. RGB value is (237,253,99). Sum of RGB (Red+Green+Blue) = 237+253+99=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 99 (39.06% from 255 or 16.81% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD63 is #12029C. Grayscale: #E7E7E7. Windows color (decimal): -1180317 or 6553069. OLE color: 6553069.

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

Color convert

RGB23725399-
CMYK0.0600.610.01
HSL66.23º97.47%69.02%-
HSV(B)66.23º60.87%99.22%-
XYZ72.389.1625.2-
YUV230.6653.7132.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 99 (39.06% from 255) = 16.81%
R=40.24%
G=42.95%
B=16.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237253990.0600.610.0166.2397.4769.02
HexEDFD63603D1426145
Octal35537514360751102141105
Binary1110110111111101110001111001111011100001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD63; }

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

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

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

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

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

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

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

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