Html Css Color HEX #E0F369 Mindaro

📋 copy color: '#E0F369'

red 224 ◦ green 243 ◦ blue 105

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

Shades of Mindaro #E0F369

Tints of Mindaro #E0F369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.36%

R = 39.16%
G = 42.48%
B = 18.36%

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

#E0F369 (or 0xE0F369) is known color: Mindaro. HEX triplet: E0, F3 and 69. RGB value is (224,243,105). Sum of RGB (Red+Green+Blue) = 224+243+105=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F369 is #1F0C96. Grayscale: #DEDEDE. Windows color (decimal): -2034839 or 6943712. OLE color: 6943712.

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

Color convert

RGB 224 243 105 -
CMYK 0.08 0 0.57 0.05
HSL 68.26º 0.85% 0.68% -
HSV(B) 68.26º 0.57% 0.95% -
XYZ 65.34 80.97 25.55 -
YUV 221.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 224 243 105 0.08 0 0.57 0.05 68.26 0.85 0.68
Hex E0 F3 69 8 0 39 5 44 55 44
Octal 340 363 151 10 0 71 5 104 125 104
Binary 11100000 11110011 1101001 1000 0 111001 101 1000100 1010101 1000100

Color Harmonies of #E0F369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F369

Black with #E0F369

Text Example


Text Example

White with #E0F369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F369; }

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

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

background-color css

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

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

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

border-color css

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

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

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