Html Css Color HEX #D1E160 Mindaro

📋 copy color: '#D1E160'

red 209 ◦ green 225 ◦ blue 96

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

Shades of Mindaro #D1E160

Tints of Mindaro #D1E160

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 39.43%
G = 42.45%
B = 18.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#D1E160 (or 0xD1E160) is known color: Mindaro. HEX triplet: D1, E1 and 60. RGB value is (209,225,96). Sum of RGB (Red+Green+Blue) = 209+225+96=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E160 is #2E1E9F. Grayscale: #CECECE. Windows color (decimal): -3022496 or 6349265. OLE color: 6349265.

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

Color convert

RGB 209 225 96 -
CMYK 0.07 0 0.57 0.12
HSL 67.44º 0.68% 0.63% -
HSV(B) 67.44º 0.57% 0.88% -
XYZ 55.33 68.25 21.32 -
YUV 205.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 209 225 96 0.07 0 0.57 0.12 67.44 0.68 0.63
Hex D1 E1 60 7 0 39 C 43 44 3F
Octal 321 341 140 7 0 71 14 103 104 77
Binary 11010001 11100001 1100000 111 0 111001 1100 1000011 1000100 111111

Color Harmonies of #D1E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E160

Black with #D1E160

Text Example


Text Example

White with #D1E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E160; }

 p { color: rgb(209,225,96); }

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

background-color css

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

 a { background-color: rgb(209,225,96); }

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

border-color css

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

 span { border-color: rgb(209,225,96); }

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