Html Css Color HEX #E2F17F Mindaro

📋 copy color: '#E2F17F'

red 226 ◦ green 241 ◦ blue 127

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

Shades of Mindaro #E2F17F

Tints of Mindaro #E2F17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 127 (50% from 255) = 21.38%

R = 38.05%
G = 40.57%
B = 21.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#E2F17F (or 0xE2F17F) is known color: Mindaro. HEX triplet: E2, F1 and 7F. RGB value is (226,241,127). Sum of RGB (Red+Green+Blue) = 226+241+127=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F17F is #1D0E80. Grayscale: #DFDFDF. Windows color (decimal): -1904257 or 8384994. OLE color: 8384994.

HSL color Cylindrical-coordinate representation of color #E2F17F: hue angle of 67.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2F17F is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 127 -
CMYK 0.06 0 0.47 0.05
HSL 67.89º 0.8% 0.72% -
HSV(B) 67.89º 0.47% 0.95% -
XYZ 66.65 80.61 32.13 -
YUV 223.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 226 241 127 0.06 0 0.47 0.05 67.89 0.8 0.72
Hex E2 F1 7F 6 0 2F 5 44 50 48
Octal 342 361 177 6 0 57 5 104 120 110
Binary 11100010 11110001 1111111 110 0 101111 101 1000100 1010000 1001000

Color Harmonies of #E2F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F17F

Black with #E2F17F

Text Example


Text Example

White with #E2F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F17F; }

 p { color: rgb(226,241,127); }

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

background-color css

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

 a { background-color: rgb(226,241,127); }

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

border-color css

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

 span { border-color: rgb(226,241,127); }

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