Html Css Color HEX #EDFC5A Honeysuckle

📋 copy color: '#EDFC5A'

red 237 ◦ green 252 ◦ blue 90

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

Shades of Honeysuckle #EDFC5A

Tints of Honeysuckle #EDFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.52%

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

R = 40.93%
G = 43.52%
B = 15.54%

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

#EDFC5A (or 0xEDFC5A) is known color: Honeysuckle. HEX triplet: ED, FC and 5A. RGB value is (237,252,90). Sum of RGB (Red+Green+Blue) = 237+252+90=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 90 (35.55% from 255 or 15.54% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC5A is #1203A5. Grayscale: #E5E5E5. Windows color (decimal): -1180582 or 5962989. OLE color: 5962989.

HSL color Cylindrical-coordinate representation of color #EDFC5A: hue angle of 65.56º degrees, saturation: 0.96, 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 #EDFC5A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 90 -
CMYK 0.06 0 0.64 0.01
HSL 65.56º 0.96% 0.67% -
HSV(B) 65.56º 0.64% 0.99% -
XYZ 71.58 88.36 22.96 -
YUV 229.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 237 252 90 0.06 0 0.64 0.01 65.56 0.96 0.67
Hex ED FC 5A 6 0 40 1 42 60 43
Octal 355 374 132 6 0 100 1 102 140 103
Binary 11101101 11111100 1011010 110 0 1000000 1 1000010 1100000 1000011

Color Harmonies of #EDFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC5A

Black with #EDFC5A

Text Example


Text Example

White with #EDFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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