Html Css Color HEX #D0E178 Mindaro

📋 copy color: '#D0E178'

red 208 ◦ green 225 ◦ blue 120

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

Shades of Mindaro #D0E178

Tints of Mindaro #D0E178

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

 GREEN value IS 225 (88.28% from 255) = 40.69%

 BLUE value IS 120 (47.27% from 255) = 21.7%

R = 37.61%
G = 40.69%
B = 21.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#D0E178 (or 0xD0E178) is known color: Mindaro. HEX triplet: D0, E1 and 78. RGB value is (208,225,120). Sum of RGB (Red+Green+Blue) = 208+225+120=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E178 is #2F1E87. Grayscale: #D0D0D0. Windows color (decimal): -3088008 or 7922128. OLE color: 7922128.

HSL color Cylindrical-coordinate representation of color #D0E178: hue angle of 69.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E178 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 120 -
CMYK 0.08 0 0.47 0.12
HSL 69.71º 0.64% 0.68% -
HSV(B) 69.71º 0.47% 0.88% -
XYZ 56.33 68.62 28.04 -
YUV 207.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 208 225 120 0.08 0 0.47 0.12 69.71 0.64 0.68
Hex D0 E1 78 8 0 2F C 46 40 44
Octal 320 341 170 10 0 57 14 106 100 104
Binary 11010000 11100001 1111000 1000 0 101111 1100 1000110 1000000 1000100

Color Harmonies of #D0E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E178

Black with #D0E178

Text Example


Text Example

White with #D0E178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E178; }

 p { color: rgb(208,225,120); }

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

background-color css

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

 a { background-color: rgb(208,225,120); }

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

border-color css

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

 span { border-color: rgb(208,225,120); }

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