Html Css Color HEX #E2F12D Pear

📋 copy color: '#E2F12D'

red 226 ◦ green 241 ◦ blue 45

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

Shades of Pear #E2F12D

Tints of Pear #E2F12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.79%

R = 44.14%
G = 47.07%
B = 8.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#E2F12D (or 0xE2F12D) is known color: Pear. HEX triplet: E2, F1 and 2D. RGB value is (226,241,45). Sum of RGB (Red+Green+Blue) = 226+241+45=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F12D is #1D0ED2. Grayscale: #D6D6D6. Windows color (decimal): -1904339 or 3011042. OLE color: 3011042.

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

Color convert

RGB 226 241 45 -
CMYK 0.06 0 0.81 0.05
HSL 64.59º 0.88% 0.56% -
HSV(B) 64.59º 0.81% 0.95% -
XYZ 63.29 79.27 14.45 -
YUV 214.17 32.53 136.44 -
System Red Green Blue C M Y K H S L
Decimal 226 241 45 0.06 0 0.81 0.05 64.59 0.88 0.56
Hex E2 F1 2D 6 0 51 5 41 58 38
Octal 342 361 55 6 0 121 5 101 130 70
Binary 11100010 11110001 101101 110 0 1010001 101 1000001 1011000 111000

Color Harmonies of #E2F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F12D

Black with #E2F12D

Text Example


Text Example

White with #E2F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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