Html Css Color HEX #EDF25F Honeysuckle

📋 copy color: '#EDF25F'

red 237 ◦ green 242 ◦ blue 95

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

Shades of Honeysuckle #EDF25F

Tints of Honeysuckle #EDF25F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

 BLUE value IS 95 (37.5% from 255) = 16.55%

R = 41.29%
G = 42.16%
B = 16.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#EDF25F (or 0xEDF25F) is known color: Honeysuckle. HEX triplet: ED, F2 and 5F. RGB value is (237,242,95). Sum of RGB (Red+Green+Blue) = 237+242+95=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 95 (37.5% from 255 or 16.55% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25F is #120DA0. Grayscale: #E0E0E0. Windows color (decimal): -1183137 or 6288109. OLE color: 6288109.

HSL color Cylindrical-coordinate representation of color #EDF25F: hue angle of 62.04º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF25F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 95 -
CMYK 0.02 0 0.61 0.05
HSL 62.04º 0.85% 0.66% -
HSV(B) 62.04º 0.61% 0.95% -
XYZ 68.74 82.34 23.1 -
YUV 223.75 55.34 137.45 -
System Red Green Blue C M Y K H S L
Decimal 237 242 95 0.02 0 0.61 0.05 62.04 0.85 0.66
Hex ED F2 5F 2 0 3D 5 3E 55 42
Octal 355 362 137 2 0 75 5 76 125 102
Binary 11101101 11110010 1011111 10 0 111101 101 111110 1010101 1000010

Color Harmonies of #EDF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF25F

Black with #EDF25F

Text Example


Text Example

White with #EDF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF25F; }

 p { color: rgb(237,242,95); }

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

background-color css

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

 a { background-color: rgb(237,242,95); }

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

border-color css

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

 span { border-color: rgb(237,242,95); }

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