Html Css Color HEX #E0FF6A Mindaro

📋 copy color: '#E0FF6A'

red 224 ◦ green 255 ◦ blue 106

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

Shades of Mindaro #E0FF6A

Tints of Mindaro #E0FF6A

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 106 (41.8% from 255) = 18.12%

R = 38.29%
G = 43.59%
B = 18.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#E0FF6A (or 0xE0FF6A) is known color: Mindaro. HEX triplet: E0, FF and 6A. RGB value is (224,255,106). Sum of RGB (Red+Green+Blue) = 224+255+106=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF6A is #1F0095. Grayscale: #E5E5E5. Windows color (decimal): -2031766 or 7012320. OLE color: 7012320.

HSL color Cylindrical-coordinate representation of color #E0FF6A: hue angle of 72.48º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0FF6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 224 255 106 -
CMYK 0.12 0 0.58 0
HSL 72.48º 1% 0.71% -
HSV(B) 72.48º 0.58% 1% -
XYZ 69.1 88.41 27.06 -
YUV 228.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 224 255 106 0.12 0 0.58 0 72.48 1 0.71
Hex E0 FF 6A C 0 3A 0 48 64 47
Octal 340 377 152 14 0 72 0 110 144 107
Binary 11100000 11111111 1101010 1100 0 111010 0 1001000 1100100 1000111

Color Harmonies of #E0FF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FF6A

Black with #E0FF6A

Text Example


Text Example

White with #E0FF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FF6A; }

 p { color: rgb(224,255,106); }

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

background-color css

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

 a { background-color: rgb(224,255,106); }

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

border-color css

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

 span { border-color: rgb(224,255,106); }

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