Html Css Color HEX #D3E160 Mindaro

📋 copy color: '#D3E160'

red 211 ◦ green 225 ◦ blue 96

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

Shades of Mindaro #D3E160

Tints of Mindaro #D3E160

RGB

 RED value IS 211 (82.81% from 255) = 39.66%

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

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

R = 39.66%
G = 42.29%
B = 18.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#D3E160 (or 0xD3E160) is known color: Mindaro. HEX triplet: D3, E1 and 60. RGB value is (211,225,96). Sum of RGB (Red+Green+Blue) = 211+225+96=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E160 is #2C1E9F. Grayscale: #CECECE. Windows color (decimal): -2891424 or 6349267. OLE color: 6349267.

HSL color Cylindrical-coordinate representation of color #D3E160: hue angle of 66.51º 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 #D3E160 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 96 -
CMYK 0.06 0 0.57 0.12
HSL 66.51º 0.68% 0.63% -
HSV(B) 66.51º 0.57% 0.88% -
XYZ 55.9 68.54 21.35 -
YUV 206.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 211 225 96 0.06 0 0.57 0.12 66.51 0.68 0.63
Hex D3 E1 60 6 0 39 C 43 44 3F
Octal 323 341 140 6 0 71 14 103 104 77
Binary 11010011 11100001 1100000 110 0 111001 1100 1000011 1000100 111111

Color Harmonies of #D3E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E160

Black with #D3E160

Text Example


Text Example

White with #D3E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E160; }

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

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

background-color css

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

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

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

border-color css

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

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

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