Html Css Color HEX #E2FD72 Mindaro

📋 copy color: '#E2FD72'

red 226 ◦ green 253 ◦ blue 114

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

Shades of Mindaro #E2FD72

Tints of Mindaro #E2FD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.22%

R = 38.11%
G = 42.66%
B = 19.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#E2FD72 (or 0xE2FD72) is known color: Mindaro. HEX triplet: E2, FD and 72. RGB value is (226,253,114). Sum of RGB (Red+Green+Blue) = 226+253+114=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FD72 is #1D028D. Grayscale: #E5E5E5. Windows color (decimal): -1901198 or 7536098. OLE color: 7536098.

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

Color convert

RGB 226 253 114 -
CMYK 0.11 0 0.55 0.01
HSL 71.65º 0.97% 0.72% -
HSV(B) 71.65º 0.55% 0.99% -
XYZ 69.53 87.63 29.17 -
YUV 229.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 226 253 114 0.11 0 0.55 0.01 71.65 0.97 0.72
Hex E2 FD 72 B 0 37 1 48 61 48
Octal 342 375 162 13 0 67 1 110 141 110
Binary 11100010 11111101 1110010 1011 0 110111 1 1001000 1100001 1001000

Color Harmonies of #E2FD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FD72

Black with #E2FD72

Text Example


Text Example

White with #E2FD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FD72; }

 p { color: rgb(226,253,114); }

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

background-color css

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

 a { background-color: rgb(226,253,114); }

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

border-color css

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

 span { border-color: rgb(226,253,114); }

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