Html Css Color HEX #EDF96E Honeysuckle

📋 copy color: '#EDF96E'

red 237 ◦ green 249 ◦ blue 110

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

Shades of Honeysuckle #EDF96E

Tints of Honeysuckle #EDF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.78%

 BLUE value IS 110 (43.36% from 255) = 18.46%

R = 39.77%
G = 41.78%
B = 18.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#EDF96E (or 0xEDF96E) is known color: Honeysuckle. HEX triplet: ED, F9 and 6E. RGB value is (237,249,110). Sum of RGB (Red+Green+Blue) = 237+249+110=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 110 (43.36% from 255 or 18.46% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF96E is #120691. Grayscale: #E6E6E6. Windows color (decimal): -1181330 or 7272941. OLE color: 7272941.

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

Color convert

RGB 237 249 110 -
CMYK 0.05 0 0.56 0.02
HSL 65.18º 0.92% 0.7% -
HSV(B) 65.18º 0.56% 0.98% -
XYZ 71.62 86.88 27.75 -
YUV 229.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 237 249 110 0.05 0 0.56 0.02 65.18 0.92 0.7
Hex ED F9 6E 5 0 38 2 41 5C 46
Octal 355 371 156 5 0 70 2 101 134 106
Binary 11101101 11111001 1101110 101 0 111000 10 1000001 1011100 1000110

Color Harmonies of #EDF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF96E

Black with #EDF96E

Text Example


Text Example

White with #EDF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF96E; }

 p { color: rgb(237,249,110); }

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

background-color css

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

 a { background-color: rgb(237,249,110); }

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

border-color css

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

 span { border-color: rgb(237,249,110); }

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