Html Css Color HEX #E0F531 Pear

📋 copy color: '#E0F531'

red 224 ◦ green 245 ◦ blue 49

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

Shades of Pear #E0F531

Tints of Pear #E0F531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.3%

 BLUE value IS 49 (19.53% from 255) = 9.46%

R = 43.24%
G = 47.3%
B = 9.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#E0F531 (or 0xE0F531) is known color: Pear. HEX triplet: E0, F5 and 31. RGB value is (224,245,49). Sum of RGB (Red+Green+Blue) = 224+245+49=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F531 is #1F0ACE. Grayscale: #D9D9D9. Windows color (decimal): -2034383 or 3274208. OLE color: 3274208.

HSL color Cylindrical-coordinate representation of color #E0F531: hue angle of 66.43º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0F531 is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 245 49 -
CMYK 0.09 0 0.8 0.04
HSL 66.43º 0.91% 0.58% -
HSV(B) 66.43º 0.8% 0.96% -
XYZ 63.95 81.37 15.24 -
YUV 216.38 33.54 133.44 -
System Red Green Blue C M Y K H S L
Decimal 224 245 49 0.09 0 0.8 0.04 66.43 0.91 0.58
Hex E0 F5 31 9 0 50 4 42 5B 3A
Octal 340 365 61 11 0 120 4 102 133 72
Binary 11100000 11110101 110001 1001 0 1010000 100 1000010 1011011 111010

Color Harmonies of #E0F531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F531

Black with #E0F531

Text Example


Text Example

White with #E0F531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F531; }

 p { color: rgb(224,245,49); }

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

background-color css

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

 a { background-color: rgb(224,245,49); }

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

border-color css

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

 span { border-color: rgb(224,245,49); }

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