Html Css Color HEX #EDFD68 Honeysuckle

📋 copy color: '#EDFD68'

red 237 ◦ green 253 ◦ blue 104

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

Shades of Honeysuckle #EDFD68

Tints of Honeysuckle #EDFD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.51%

R = 39.9%
G = 42.59%
B = 17.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#EDFD68 (or 0xEDFD68) is known color: Honeysuckle. HEX triplet: ED, FD and 68. RGB value is (237,253,104). Sum of RGB (Red+Green+Blue) = 237+253+104=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 104 (41.02% from 255 or 17.51% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD68 is #120297. Grayscale: #E7E7E7. Windows color (decimal): -1180312 or 6880749. OLE color: 6880749.

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

Color convert

RGB 237 253 104 -
CMYK 0.06 0 0.59 0.01
HSL 66.44º 0.97% 0.7% -
HSV(B) 66.44º 0.59% 0.99% -
XYZ 72.55 89.25 26.5 -
YUV 231.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 237 253 104 0.06 0 0.59 0.01 66.44 0.97 0.7
Hex ED FD 68 6 0 3B 1 42 61 46
Octal 355 375 150 6 0 73 1 102 141 106
Binary 11101101 11111101 1101000 110 0 111011 1 1000010 1100001 1000110

Color Harmonies of #EDFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD68

Black with #EDFD68

Text Example


Text Example

White with #EDFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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