Html Css Color HEX #D1E960 Mindaro

📋 copy color: '#D1E960'

red 209 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #D1E960

Tints of Mindaro #D1E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

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

R = 38.85%
G = 43.31%
B = 17.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D1E960 (or 0xD1E960) is known color: Mindaro. HEX triplet: D1, E9 and 60. RGB value is (209,233,96). Sum of RGB (Red+Green+Blue) = 209+233+96=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E960 is #2E169F. Grayscale: #D2D2D2. Windows color (decimal): -3020448 or 6351313. OLE color: 6351313.

HSL color Cylindrical-coordinate representation of color #D1E960: hue angle of 70.51º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1E960 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 96 -
CMYK 0.10 0 0.59 0.09
HSL 70.51º 0.76% 0.65% -
HSV(B) 70.51º 0.59% 0.91% -
XYZ 57.54 72.68 22.06 -
YUV 210.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 209 233 96 0.10 0 0.59 0.09 70.51 0.76 0.65
Hex D1 E9 60 A 0 3B 9 47 4C 41
Octal 321 351 140 12 0 73 11 107 114 101
Binary 11010001 11101001 1100000 1010 0 111011 1001 1000111 1001100 1000001

Color Harmonies of #D1E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E960

Black with #D1E960

Text Example


Text Example

White with #D1E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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