Html Css Color HEX #E0FD7A Mindaro

📋 copy color: '#E0FD7A'

red 224 ◦ green 253 ◦ blue 122

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

Shades of Mindaro #E0FD7A

Tints of Mindaro #E0FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

 BLUE value IS 122 (48.05% from 255) = 20.37%

R = 37.4%
G = 42.24%
B = 20.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#E0FD7A (or 0xE0FD7A) is known color: Mindaro. HEX triplet: E0, FD and 7A. RGB value is (224,253,122). Sum of RGB (Red+Green+Blue) = 224+253+122=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FD7A is #1F0285. Grayscale: #E5E5E5. Windows color (decimal): -2032262 or 8060384. OLE color: 8060384.

HSL color Cylindrical-coordinate representation of color #E0FD7A: hue angle of 73.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0FD7A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 253 122 -
CMYK 0.11 0 0.52 0.01
HSL 73.28º 0.97% 0.74% -
HSV(B) 73.28º 0.52% 0.99% -
XYZ 69.38 87.5 31.65 -
YUV 229.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 224 253 122 0.11 0 0.52 0.01 73.28 0.97 0.74
Hex E0 FD 7A B 0 34 1 49 61 4A
Octal 340 375 172 13 0 64 1 111 141 112
Binary 11100000 11111101 1111010 1011 0 110100 1 1001001 1100001 1001010

Color Harmonies of #E0FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FD7A

Black with #E0FD7A

Text Example


Text Example

White with #E0FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FD7A; }

 p { color: rgb(224,253,122); }

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

background-color css

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

 a { background-color: rgb(224,253,122); }

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

border-color css

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

 span { border-color: rgb(224,253,122); }

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