Html Css Color HEX #E0F26F Mindaro

📋 copy color: '#E0F26F'

red 224 ◦ green 242 ◦ blue 111

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

Shades of Mindaro #E0F26F

Tints of Mindaro #E0F26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.24%

R = 38.82%
G = 41.94%
B = 19.24%

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

#E0F26F (or 0xE0F26F) is known color: Mindaro. HEX triplet: E0, F2 and 6F. RGB value is (224,242,111). Sum of RGB (Red+Green+Blue) = 224+242+111=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F26F is #1F0D90. Grayscale: #DEDEDE. Windows color (decimal): -2035089 or 7336672. OLE color: 7336672.

HSL color Cylindrical-coordinate representation of color #E0F26F: hue angle of 68.24º 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 #E0F26F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 242 111 -
CMYK 0.07 0 0.54 0.05
HSL 68.24º 0.83% 0.69% -
HSV(B) 68.24º 0.54% 0.95% -
XYZ 65.36 80.5 27.13 -
YUV 221.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 224 242 111 0.07 0 0.54 0.05 68.24 0.83 0.69
Hex E0 F2 6F 7 0 36 5 44 53 45
Octal 340 362 157 7 0 66 5 104 123 105
Binary 11100000 11110010 1101111 111 0 110110 101 1000100 1010011 1000101

Color Harmonies of #E0F26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F26F

Black with #E0F26F

Text Example


Text Example

White with #E0F26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F26F; }

 p { color: rgb(224,242,111); }

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

background-color css

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

 a { background-color: rgb(224,242,111); }

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

border-color css

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

 span { border-color: rgb(224,242,111); }

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