Html Css Color HEX #E4F27D Mindaro

📋 copy color: '#E4F27D'

red 228 ◦ green 242 ◦ blue 125

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

Shades of Mindaro #E4F27D

Tints of Mindaro #E4F27D

RGB

 RED value IS 228 (89.45% from 255) = 38.32%

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

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

R = 38.32%
G = 40.67%
B = 21.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#E4F27D (or 0xE4F27D) is known color: Mindaro. HEX triplet: E4, F2 and 7D. RGB value is (228,242,125). Sum of RGB (Red+Green+Blue) = 228+242+125=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F27D is #1B0D82. Grayscale: #E0E0E0. Windows color (decimal): -1772931 or 8254180. OLE color: 8254180.

HSL color Cylindrical-coordinate representation of color #E4F27D: hue angle of 67.18º 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 #E4F27D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 242 125 -
CMYK 0.06 0 0.48 0.05
HSL 67.18º 0.82% 0.72% -
HSV(B) 67.18º 0.48% 0.95% -
XYZ 67.45 81.48 31.57 -
YUV 224.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 228 242 125 0.06 0 0.48 0.05 67.18 0.82 0.72
Hex E4 F2 7D 6 0 30 5 43 52 48
Octal 344 362 175 6 0 60 5 103 122 110
Binary 11100100 11110010 1111101 110 0 110000 101 1000011 1010010 1001000

Color Harmonies of #E4F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F27D

Black with #E4F27D

Text Example


Text Example

White with #E4F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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