Html Css Color HEX #E2F425 Pear

📋 copy color: '#E2F425'

red 226 ◦ green 244 ◦ blue 37

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

Shades of Pear #E2F425

Tints of Pear #E2F425

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.13%

 BLUE value IS 37 (14.84% from 255) = 7.3%

R = 44.58%
G = 48.13%
B = 7.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#E2F425 (or 0xE2F425) is known color: Pear. HEX triplet: E2, F4 and 25. RGB value is (226,244,37). Sum of RGB (Red+Green+Blue) = 226+244+37=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F425 is #1D0BDA. Grayscale: #D7D7D7. Windows color (decimal): -1903579 or 2487522. OLE color: 2487522.

HSL color Cylindrical-coordinate representation of color #E2F425: hue angle of 65.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2F425 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 244 37 -
CMYK 0.07 0 0.85 0.04
HSL 65.22º 0.9% 0.55% -
HSV(B) 65.22º 0.85% 0.96% -
XYZ 64.05 81 14.01 -
YUV 215.02 27.54 135.83 -
System Red Green Blue C M Y K H S L
Decimal 226 244 37 0.07 0 0.85 0.04 65.22 0.9 0.55
Hex E2 F4 25 7 0 55 4 41 5A 37
Octal 342 364 45 7 0 125 4 101 132 67
Binary 11100010 11110100 100101 111 0 1010101 100 1000001 1011010 110111

Color Harmonies of #E2F425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F425

Black with #E2F425

Text Example


Text Example

White with #E2F425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F425; }

 p { color: rgb(226,244,37); }

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

background-color css

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

 a { background-color: rgb(226,244,37); }

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

border-color css

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

 span { border-color: rgb(226,244,37); }

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