Html Css Color HEX #E5F27D Mindaro

📋 copy color: '#E5F27D'

red 229 ◦ green 242 ◦ blue 125

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

Shades of Mindaro #E5F27D

Tints of Mindaro #E5F27D

RGB

 RED value IS 229 (89.84% from 255) = 38.42%

 GREEN value IS 242 (94.92% from 255) = 40.6%

 BLUE value IS 125 (49.22% from 255) = 20.97%

R = 38.42%
G = 40.6%
B = 20.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#E5F27D (or 0xE5F27D) is known color: Mindaro. HEX triplet: E5, F2 and 7D. RGB value is (229,242,125). Sum of RGB (Red+Green+Blue) = 229+242+125=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F27D is #1A0D82. Grayscale: #E1E1E1. Windows color (decimal): -1707395 or 8254181. OLE color: 8254181.

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

Color convert

RGB 229 242 125 -
CMYK 0.05 0 0.48 0.05
HSL 66.67º 0.82% 0.72% -
HSV(B) 66.67º 0.48% 0.95% -
XYZ 67.77 81.64 31.59 -
YUV 224.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 229 242 125 0.05 0 0.48 0.05 66.67 0.82 0.72
Hex E5 F2 7D 5 0 30 5 43 52 48
Octal 345 362 175 5 0 60 5 103 122 110
Binary 11100101 11110010 1111101 101 0 110000 101 1000011 1010010 1001000

Color Harmonies of #E5F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F27D

Black with #E5F27D

Text Example


Text Example

White with #E5F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F27D; }

 p { color: rgb(229,242,125); }

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

background-color css

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

 a { background-color: rgb(229,242,125); }

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

border-color css

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

 span { border-color: rgb(229,242,125); }

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