Html Css Color HEX #E1FD75 Mindaro

📋 copy color: '#E1FD75'

red 225 ◦ green 253 ◦ blue 117

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

Shades of Mindaro #E1FD75

Tints of Mindaro #E1FD75

RGB

 RED value IS 225 (88.28% from 255) = 37.82%

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

 BLUE value IS 117 (46.09% from 255) = 19.66%

R = 37.82%
G = 42.52%
B = 19.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#E1FD75 (or 0xE1FD75) is known color: Mindaro. HEX triplet: E1, FD and 75. RGB value is (225,253,117). Sum of RGB (Red+Green+Blue) = 225+253+117=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD75 is #1E028A. Grayscale: #E5E5E5. Windows color (decimal): -1966731 or 7732705. OLE color: 7732705.

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

Color convert

RGB 225 253 117 -
CMYK 0.11 0 0.54 0.01
HSL 72.35º 0.97% 0.73% -
HSV(B) 72.35º 0.54% 0.99% -
XYZ 69.39 87.54 30.07 -
YUV 229.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 225 253 117 0.11 0 0.54 0.01 72.35 0.97 0.73
Hex E1 FD 75 B 0 36 1 48 61 49
Octal 341 375 165 13 0 66 1 110 141 111
Binary 11100001 11111101 1110101 1011 0 110110 1 1001000 1100001 1001001

Color Harmonies of #E1FD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FD75

Black with #E1FD75

Text Example


Text Example

White with #E1FD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FD75; }

 p { color: rgb(225,253,117); }

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

background-color css

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

 a { background-color: rgb(225,253,117); }

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

border-color css

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

 span { border-color: rgb(225,253,117); }

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