Html Css Color HEX #E5F92A Pear

📋 copy color: '#E5F92A'

red 229 ◦ green 249 ◦ blue 42

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

Shades of Pear #E5F92A

Tints of Pear #E5F92A

RGB

 RED value IS 229 (89.84% from 255) = 44.04%

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 42 (16.8% from 255) = 8.08%

R = 44.04%
G = 47.88%
B = 8.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#E5F92A (or 0xE5F92A) is known color: Pear. HEX triplet: E5, F9 and 2A. RGB value is (229,249,42). Sum of RGB (Red+Green+Blue) = 229+249+42=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F92A is #1A06D5. Grayscale: #DCDCDC. Windows color (decimal): -1705686 or 2816485. OLE color: 2816485.

HSL color Cylindrical-coordinate representation of color #E5F92A: hue angle of 65.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5F92A is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 249 42 -
CMYK 0.08 0 0.83 0.02
HSL 65.8º 0.95% 0.57% -
HSV(B) 65.8º 0.83% 0.98% -
XYZ 66.61 84.58 15 -
YUV 219.42 27.87 134.83 -
System Red Green Blue C M Y K H S L
Decimal 229 249 42 0.08 0 0.83 0.02 65.8 0.95 0.57
Hex E5 F9 2A 8 0 53 2 42 5F 39
Octal 345 371 52 10 0 123 2 102 137 71
Binary 11100101 11111001 101010 1000 0 1010011 10 1000010 1011111 111001

Color Harmonies of #E5F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F92A

Black with #E5F92A

Text Example


Text Example

White with #E5F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F92A; }

 p { color: rgb(229,249,42); }

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

background-color css

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

 a { background-color: rgb(229,249,42); }

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

border-color css

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

 span { border-color: rgb(229,249,42); }

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