Html Css Color HEX #E0F227 Pear

📋 copy color: '#E0F227'

red 224 ◦ green 242 ◦ blue 39

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

Shades of Pear #E0F227

Tints of Pear #E0F227

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 39 (15.63% from 255) = 7.72%

R = 44.36%
G = 47.92%
B = 7.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#E0F227 (or 0xE0F227) is known color: Pear. HEX triplet: E0, F2 and 27. RGB value is (224,242,39). Sum of RGB (Red+Green+Blue) = 224+242+39=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F227 is #1F0DD8. Grayscale: #D6D6D6. Windows color (decimal): -2035161 or 2618080. OLE color: 2618080.

HSL color Cylindrical-coordinate representation of color #E0F227: hue angle of 65.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0F227 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 242 39 -
CMYK 0.07 0 0.84 0.05
HSL 65.32º 0.89% 0.55% -
HSV(B) 65.32º 0.84% 0.95% -
XYZ 62.86 79.5 13.95 -
YUV 213.48 29.54 135.51 -
System Red Green Blue C M Y K H S L
Decimal 224 242 39 0.07 0 0.84 0.05 65.32 0.89 0.55
Hex E0 F2 27 7 0 54 5 41 59 37
Octal 340 362 47 7 0 124 5 101 131 67
Binary 11100000 11110010 100111 111 0 1010100 101 1000001 1011001 110111

Color Harmonies of #E0F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F227

Black with #E0F227

Text Example


Text Example

White with #E0F227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F227; }

 p { color: rgb(224,242,39); }

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

background-color css

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

 a { background-color: rgb(224,242,39); }

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

border-color css

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

 span { border-color: rgb(224,242,39); }

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