Html Css Color HEX #EDFD5D Honeysuckle

📋 copy color: '#EDFD5D'

red 237 ◦ green 253 ◦ blue 93

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

Shades of Honeysuckle #EDFD5D

Tints of Honeysuckle #EDFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.95%

R = 40.65%
G = 43.4%
B = 15.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#EDFD5D (or 0xEDFD5D) is known color: Honeysuckle. HEX triplet: ED, FD and 5D. RGB value is (237,253,93). Sum of RGB (Red+Green+Blue) = 237+253+93=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 93 (36.72% from 255 or 15.95% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD5D is #1202A2. Grayscale: #E6E6E6. Windows color (decimal): -1180323 or 6159853. OLE color: 6159853.

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

Color convert

RGB 237 253 93 -
CMYK 0.06 0 0.63 0.01
HSL 66º 0.98% 0.68% -
HSV(B) 66º 0.63% 0.99% -
XYZ 72.03 89.05 23.75 -
YUV 229.98 50.7 133.01 -
System Red Green Blue C M Y K H S L
Decimal 237 253 93 0.06 0 0.63 0.01 66 0.98 0.68
Hex ED FD 5D 6 0 3F 1 42 62 44
Octal 355 375 135 6 0 77 1 102 142 104
Binary 11101101 11111101 1011101 110 0 111111 1 1000010 1100010 1000100

Color Harmonies of #EDFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD5D

Black with #EDFD5D

Text Example


Text Example

White with #EDFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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