Html Css Color HEX #EDFD5A Honeysuckle

📋 copy color: '#EDFD5A'

red 237 ◦ green 253 ◦ blue 90

#EDFD5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #EDFD5A

Tints of Honeysuckle #EDFD5A

RGB

 RED value IS 237 (92.97% from 255) = 40.86%

 GREEN value IS 253 (99.22% from 255) = 43.62%

 BLUE value IS 90 (35.55% from 255) = 15.52%

R = 40.86%
G = 43.62%
B = 15.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#EDFD5A (or 0xEDFD5A) is known color: Honeysuckle. HEX triplet: ED, FD and 5A. RGB value is (237,253,90). Sum of RGB (Red+Green+Blue) = 237+253+90=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD5A is #1202A5. Grayscale: #E6E6E6. Windows color (decimal): -1180326 or 5963245. OLE color: 5963245.

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

Color convert

RGB 237 253 90 -
CMYK 0.06 0 0.64 0.01
HSL 65.89º 0.98% 0.67% -
HSV(B) 65.89º 0.64% 0.99% -
XYZ 71.9 88.99 23.06 -
YUV 229.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 237 253 90 0.06 0 0.64 0.01 65.89 0.98 0.67
Hex ED FD 5A 6 0 40 1 42 62 43
Octal 355 375 132 6 0 100 1 102 142 103
Binary 11101101 11111101 1011010 110 0 1000000 1 1000010 1100010 1000011

Color Harmonies of #EDFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD5A

Black with #EDFD5A

Text Example


Text Example

White with #EDFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD5A; }

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

 H1.HeaderClassName
 {
   color: #EDFD5A;
 }
 .AnyTagClassName
 {
   color: #EDFD5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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