Html Css Color HEX #D0E174 Mindaro

📋 copy color: '#D0E174'

red 208 ◦ green 225 ◦ blue 116

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

Shades of Mindaro #D0E174

Tints of Mindaro #D0E174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 37.89%
G = 40.98%
B = 21.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#D0E174 (or 0xD0E174) is known color: Mindaro. HEX triplet: D0, E1 and 74. RGB value is (208,225,116). Sum of RGB (Red+Green+Blue) = 208+225+116=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E174 is #2F1E8B. Grayscale: #CFCFCF. Windows color (decimal): -3088012 or 7659984. OLE color: 7659984.

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

Color convert

RGB 208 225 116 -
CMYK 0.08 0 0.48 0.12
HSL 69.36º 0.64% 0.67% -
HSV(B) 69.36º 0.48% 0.88% -
XYZ 56.09 68.52 26.79 -
YUV 207.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 208 225 116 0.08 0 0.48 0.12 69.36 0.64 0.67
Hex D0 E1 74 8 0 30 C 45 40 43
Octal 320 341 164 10 0 60 14 105 100 103
Binary 11010000 11100001 1110100 1000 0 110000 1100 1000101 1000000 1000011

Color Harmonies of #D0E174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E174

Black with #D0E174

Text Example


Text Example

White with #D0E174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E174; }

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

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

background-color css

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

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

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

border-color css

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

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

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