Html Css Color HEX #EDFD65 Honeysuckle

📋 copy color: '#EDFD65'

red 237 ◦ green 253 ◦ blue 101

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

Shades of Honeysuckle #EDFD65

Tints of Honeysuckle #EDFD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.09%

R = 40.1%
G = 42.81%
B = 17.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#EDFD65 (or 0xEDFD65) is known color: Honeysuckle. HEX triplet: ED, FD and 65. RGB value is (237,253,101). Sum of RGB (Red+Green+Blue) = 237+253+101=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 101 (39.84% from 255 or 17.09% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD65 is #12029A. Grayscale: #E7E7E7. Windows color (decimal): -1180315 or 6684141. OLE color: 6684141.

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

Color convert

RGB 237 253 101 -
CMYK 0.06 0 0.60 0.01
HSL 66.32º 0.97% 0.69% -
HSV(B) 66.32º 0.6% 0.99% -
XYZ 72.4 89.19 25.71 -
YUV 230.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 237 253 101 0.06 0 0.60 0.01 66.32 0.97 0.69
Hex ED FD 65 6 0 3C 1 42 61 45
Octal 355 375 145 6 0 74 1 102 141 105
Binary 11101101 11111101 1100101 110 0 111100 1 1000010 1100001 1000101

Color Harmonies of #EDFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD65

Black with #EDFD65

Text Example


Text Example

White with #EDFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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