Html Css Color HEX #E2F625 Pear

📋 copy color: '#E2F625'

red 226 ◦ green 246 ◦ blue 37

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

Shades of Pear #E2F625

Tints of Pear #E2F625

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.33%

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

R = 44.4%
G = 48.33%
B = 7.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#E2F625 (or 0xE2F625) is known color: Pear. HEX triplet: E2, F6 and 25. RGB value is (226,246,37). Sum of RGB (Red+Green+Blue) = 226+246+37=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F625 is #1D09DA. Grayscale: #D9D9D9. Windows color (decimal): -1903067 or 2488034. OLE color: 2488034.

HSL color Cylindrical-coordinate representation of color #E2F625: hue angle of 65.74º degrees, saturation: 0.92, 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 #E2F625 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 246 37 -
CMYK 0.08 0 0.85 0.04
HSL 65.74º 0.92% 0.55% -
HSV(B) 65.74º 0.85% 0.96% -
XYZ 64.65 82.21 14.21 -
YUV 216.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 226 246 37 0.08 0 0.85 0.04 65.74 0.92 0.55
Hex E2 F6 25 8 0 55 4 42 5C 37
Octal 342 366 45 10 0 125 4 102 134 67
Binary 11100010 11110110 100101 1000 0 1010101 100 1000010 1011100 110111

Color Harmonies of #E2F625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F625

Black with #E2F625

Text Example


Text Example

White with #E2F625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F625; }

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

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

background-color css

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

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

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

border-color css

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

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

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