Html Css Color HEX #E2F02D Pear

📋 copy color: '#E2F02D'

red 226 ◦ green 240 ◦ blue 45

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

Shades of Pear #E2F02D

Tints of Pear #E2F02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.97%

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

R = 44.23%
G = 46.97%
B = 8.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#E2F02D (or 0xE2F02D) is known color: Pear. HEX triplet: E2, F0 and 2D. RGB value is (226,240,45). Sum of RGB (Red+Green+Blue) = 226+240+45=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F02D is #1D0FD2. Grayscale: #D6D6D6. Windows color (decimal): -1904595 or 3010786. OLE color: 3010786.

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

Color convert

RGB 226 240 45 -
CMYK 0.06 0 0.81 0.06
HSL 64.31º 0.87% 0.56% -
HSV(B) 64.31º 0.81% 0.94% -
XYZ 63 78.68 14.35 -
YUV 213.58 32.86 136.86 -
System Red Green Blue C M Y K H S L
Decimal 226 240 45 0.06 0 0.81 0.06 64.31 0.87 0.56
Hex E2 F0 2D 6 0 51 6 40 57 38
Octal 342 360 55 6 0 121 6 100 127 70
Binary 11100010 11110000 101101 110 0 1010001 110 1000000 1010111 111000

Color Harmonies of #E2F02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F02D

Black with #E2F02D

Text Example


Text Example

White with #E2F02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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