Html Css Color HEX #E2F25B Honeysuckle

📋 copy color: '#E2F25B'

red 226 ◦ green 242 ◦ blue 91

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

Shades of Honeysuckle #E2F25B

Tints of Honeysuckle #E2F25B

RGB

 RED value IS 226 (88.67% from 255) = 40.43%

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

 BLUE value IS 91 (35.94% from 255) = 16.28%

R = 40.43%
G = 43.29%
B = 16.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#E2F25B (or 0xE2F25B) is known color: Honeysuckle. HEX triplet: E2, F2 and 5B. RGB value is (226,242,91). Sum of RGB (Red+Green+Blue) = 226+242+91=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F25B is #1D0DA4. Grayscale: #DCDCDC. Windows color (decimal): -1904037 or 6025954. OLE color: 6025954.

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

Color convert

RGB 226 242 91 -
CMYK 0.07 0 0.62 0.05
HSL 66.36º 0.85% 0.65% -
HSV(B) 66.36º 0.62% 0.95% -
XYZ 65 80.43 22 -
YUV 220 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 226 242 91 0.07 0 0.62 0.05 66.36 0.85 0.65
Hex E2 F2 5B 7 0 3E 5 42 55 41
Octal 342 362 133 7 0 76 5 102 125 101
Binary 11100010 11110010 1011011 111 0 111110 101 1000010 1010101 1000001

Color Harmonies of #E2F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F25B

Black with #E2F25B

Text Example


Text Example

White with #E2F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F25B; }

 p { color: rgb(226,242,91); }

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

background-color css

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

 a { background-color: rgb(226,242,91); }

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

border-color css

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

 span { border-color: rgb(226,242,91); }

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