Html Css Color HEX #E0F768 Mindaro

📋 copy color: '#E0F768'

red 224 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #E0F768

Tints of Mindaro #E0F768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.96%

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

R = 38.96%
G = 42.96%
B = 18.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#E0F768 (or 0xE0F768) is known color: Mindaro. HEX triplet: E0, F7 and 68. RGB value is (224,247,104). Sum of RGB (Red+Green+Blue) = 224+247+104=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F768 is #1F0897. Grayscale: #E0E0E0. Windows color (decimal): -2033816 or 6879200. OLE color: 6879200.

HSL color Cylindrical-coordinate representation of color #E0F768: hue angle of 69.65º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0F768 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 247 104 -
CMYK 0.09 0 0.58 0.03
HSL 69.65º 0.9% 0.69% -
HSV(B) 69.65º 0.58% 0.97% -
XYZ 66.5 83.37 25.68 -
YUV 223.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 224 247 104 0.09 0 0.58 0.03 69.65 0.9 0.69
Hex E0 F7 68 9 0 3A 3 46 5A 45
Octal 340 367 150 11 0 72 3 106 132 105
Binary 11100000 11110111 1101000 1001 0 111010 11 1000110 1011010 1000101

Color Harmonies of #E0F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F768

Black with #E0F768

Text Example


Text Example

White with #E0F768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F768; }

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

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

background-color css

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

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

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

border-color css

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

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

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