Html Css Color HEX #E0F528 Pear

📋 copy color: '#E0F528'

red 224 ◦ green 245 ◦ blue 40

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

Shades of Pear #E0F528

Tints of Pear #E0F528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.86%

R = 44.01%
G = 48.13%
B = 7.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#E0F528 (or 0xE0F528) is known color: Pear. HEX triplet: E0, F5 and 28. RGB value is (224,245,40). Sum of RGB (Red+Green+Blue) = 224+245+40=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F528 is #1F0AD7. Grayscale: #D8D8D8. Windows color (decimal): -2034392 or 2684384. OLE color: 2684384.

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

Color convert

RGB 224 245 40 -
CMYK 0.09 0 0.84 0.04
HSL 66.15º 0.91% 0.56% -
HSV(B) 66.15º 0.84% 0.96% -
XYZ 63.78 81.31 14.34 -
YUV 215.35 29.04 134.17 -
System Red Green Blue C M Y K H S L
Decimal 224 245 40 0.09 0 0.84 0.04 66.15 0.91 0.56
Hex E0 F5 28 9 0 54 4 42 5B 38
Octal 340 365 50 11 0 124 4 102 133 70
Binary 11100000 11110101 101000 1001 0 1010100 100 1000010 1011011 111000

Color Harmonies of #E0F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F528

Black with #E0F528

Text Example


Text Example

White with #E0F528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F528; }

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

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

background-color css

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

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

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

border-color css

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

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

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