Html Css Color HEX #EDFB68 Honeysuckle

📋 copy color: '#EDFB68'

red 237 ◦ green 251 ◦ blue 104

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

Shades of Honeysuckle #EDFB68

Tints of Honeysuckle #EDFB68

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

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

R = 40.03%
G = 42.4%
B = 17.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#EDFB68 (or 0xEDFB68) is known color: Honeysuckle. HEX triplet: ED, FB and 68. RGB value is (237,251,104). Sum of RGB (Red+Green+Blue) = 237+251+104=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB68 is #120497. Grayscale: #E6E6E6. Windows color (decimal): -1180824 or 6880237. OLE color: 6880237.

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

Color convert

RGB 237 251 104 -
CMYK 0.06 0 0.59 0.02
HSL 65.71º 0.95% 0.7% -
HSV(B) 65.71º 0.59% 0.98% -
XYZ 71.92 88 26.29 -
YUV 230.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 237 251 104 0.06 0 0.59 0.02 65.71 0.95 0.7
Hex ED FB 68 6 0 3B 2 42 5F 46
Octal 355 373 150 6 0 73 2 102 137 106
Binary 11101101 11111011 1101000 110 0 111011 10 1000010 1011111 1000110

Color Harmonies of #EDFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB68

Black with #EDFB68

Text Example


Text Example

White with #EDFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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