Html Css Color HEX #D0E172 Mindaro

📋 copy color: '#D0E172'

red 208 ◦ green 225 ◦ blue 114

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

Shades of Mindaro #D0E172

Tints of Mindaro #D0E172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 38.03%
G = 41.13%
B = 20.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D0E172 (or 0xD0E172) is known color: Mindaro. HEX triplet: D0, E1 and 72. RGB value is (208,225,114). Sum of RGB (Red+Green+Blue) = 208+225+114=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E172 is #2F1E8D. Grayscale: #CFCFCF. Windows color (decimal): -3088014 or 7528912. OLE color: 7528912.

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

Color convert

RGB 208 225 114 -
CMYK 0.08 0 0.49 0.12
HSL 69.19º 0.65% 0.66% -
HSV(B) 69.19º 0.49% 0.88% -
XYZ 55.97 68.48 26.19 -
YUV 207.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 208 225 114 0.08 0 0.49 0.12 69.19 0.65 0.66
Hex D0 E1 72 8 0 31 C 45 41 42
Octal 320 341 162 10 0 61 14 105 101 102
Binary 11010000 11100001 1110010 1000 0 110001 1100 1000101 1000001 1000010

Color Harmonies of #D0E172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E172

Black with #D0E172

Text Example


Text Example

White with #D0E172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E172; }

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

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

background-color css

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

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

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

border-color css

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

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

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