Html Css Color HEX #E0F12D Pear

📋 copy color: '#E0F12D'

red 224 ◦ green 241 ◦ blue 45

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

Shades of Pear #E0F12D

Tints of Pear #E0F12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

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

R = 43.92%
G = 47.25%
B = 8.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#E0F12D (or 0xE0F12D) is known color: Pear. HEX triplet: E0, F1 and 2D. RGB value is (224,241,45). Sum of RGB (Red+Green+Blue) = 224+241+45=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F12D is #1F0ED2. Grayscale: #D6D6D6. Windows color (decimal): -2035411 or 3011040. OLE color: 3011040.

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

Color convert

RGB 224 241 45 -
CMYK 0.07 0 0.81 0.05
HSL 65.2º 0.88% 0.56% -
HSV(B) 65.2º 0.81% 0.95% -
XYZ 62.67 78.95 14.42 -
YUV 213.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 224 241 45 0.07 0 0.81 0.05 65.2 0.88 0.56
Hex E0 F1 2D 7 0 51 5 41 58 38
Octal 340 361 55 7 0 121 5 101 130 70
Binary 11100000 11110001 101101 111 0 1010001 101 1000001 1011000 111000

Color Harmonies of #E0F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F12D

Black with #E0F12D

Text Example


Text Example

White with #E0F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F12D; }

 p { color: rgb(224,241,45); }

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

background-color css

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

 a { background-color: rgb(224,241,45); }

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

border-color css

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

 span { border-color: rgb(224,241,45); }

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