Html Css Color HEX #E2F270 Mindaro

📋 copy color: '#E2F270'

red 226 ◦ green 242 ◦ blue 112

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

Shades of Mindaro #E2F270

Tints of Mindaro #E2F270

RGB

 RED value IS 226 (88.67% from 255) = 38.97%

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

 BLUE value IS 112 (44.14% from 255) = 19.31%

R = 38.97%
G = 41.72%
B = 19.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#E2F270 (or 0xE2F270) is known color: Mindaro. HEX triplet: E2, F2 and 70. RGB value is (226,242,112). Sum of RGB (Red+Green+Blue) = 226+242+112=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F270 is #1D0D8F. Grayscale: #DEDEDE. Windows color (decimal): -1904016 or 7402210. OLE color: 7402210.

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

Color convert

RGB 226 242 112 -
CMYK 0.07 0 0.54 0.05
HSL 67.38º 0.83% 0.69% -
HSV(B) 67.38º 0.54% 0.95% -
XYZ 66.04 80.84 27.45 -
YUV 222.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 226 242 112 0.07 0 0.54 0.05 67.38 0.83 0.69
Hex E2 F2 70 7 0 36 5 43 53 45
Octal 342 362 160 7 0 66 5 103 123 105
Binary 11100010 11110010 1110000 111 0 110110 101 1000011 1010011 1000101

Color Harmonies of #E2F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F270

Black with #E2F270

Text Example


Text Example

White with #E2F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F270; }

 p { color: rgb(226,242,112); }

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

background-color css

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

 a { background-color: rgb(226,242,112); }

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

border-color css

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

 span { border-color: rgb(226,242,112); }

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