Html Css Color HEX #E0F368 Mindaro

📋 copy color: '#E0F368'

red 224 ◦ green 243 ◦ blue 104

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

Shades of Mindaro #E0F368

Tints of Mindaro #E0F368

RGB

 RED value IS 224 (87.89% from 255) = 39.23%

 GREEN value IS 243 (95.31% from 255) = 42.56%

 BLUE value IS 104 (41.02% from 255) = 18.21%

R = 39.23%
G = 42.56%
B = 18.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#E0F368 (or 0xE0F368) is known color: Mindaro. HEX triplet: E0, F3 and 68. RGB value is (224,243,104). Sum of RGB (Red+Green+Blue) = 224+243+104=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F368 is #1F0C97. Grayscale: #DEDEDE. Windows color (decimal): -2034840 or 6878176. OLE color: 6878176.

HSL color Cylindrical-coordinate representation of color #E0F368: hue angle of 68.2º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0F368 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 243 104 -
CMYK 0.08 0 0.57 0.05
HSL 68.2º 0.85% 0.68% -
HSV(B) 68.2º 0.57% 0.95% -
XYZ 65.29 80.95 25.28 -
YUV 221.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 224 243 104 0.08 0 0.57 0.05 68.2 0.85 0.68
Hex E0 F3 68 8 0 39 5 44 55 44
Octal 340 363 150 10 0 71 5 104 125 104
Binary 11100000 11110011 1101000 1000 0 111001 101 1000100 1010101 1000100

Color Harmonies of #E0F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F368

Black with #E0F368

Text Example


Text Example

White with #E0F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F368; }

 p { color: rgb(224,243,104); }

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

background-color css

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

 a { background-color: rgb(224,243,104); }

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

border-color css

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

 span { border-color: rgb(224,243,104); }

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