Html Css Color HEX #E2F12F Pear

📋 copy color: '#E2F12F'

red 226 ◦ green 241 ◦ blue 47

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

Shades of Pear #E2F12F

Tints of Pear #E2F12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

 BLUE value IS 47 (18.75% from 255) = 9.14%

R = 43.97%
G = 46.89%
B = 9.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#E2F12F (or 0xE2F12F) is known color: Pear. HEX triplet: E2, F1 and 2F. RGB value is (226,241,47). Sum of RGB (Red+Green+Blue) = 226+241+47=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F12F is #1D0ED0. Grayscale: #D7D7D7. Windows color (decimal): -1904337 or 3142114. OLE color: 3142114.

HSL color Cylindrical-coordinate representation of color #E2F12F: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F12F is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 47 -
CMYK 0.06 0 0.80 0.05
HSL 64.64º 0.87% 0.56% -
HSV(B) 64.64º 0.8% 0.95% -
XYZ 63.33 79.28 14.65 -
YUV 214.4 33.53 136.27 -
System Red Green Blue C M Y K H S L
Decimal 226 241 47 0.06 0 0.80 0.05 64.64 0.87 0.56
Hex E2 F1 2F 6 0 50 5 41 57 38
Octal 342 361 57 6 0 120 5 101 127 70
Binary 11100010 11110001 101111 110 0 1010000 101 1000001 1010111 111000

Color Harmonies of #E2F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F12F

Black with #E2F12F

Text Example


Text Example

White with #E2F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F12F; }

 p { color: rgb(226,241,47); }

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

background-color css

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

 a { background-color: rgb(226,241,47); }

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

border-color css

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

 span { border-color: rgb(226,241,47); }

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