Html Css Color HEX #D1DF60 Mindaro

📋 copy color: '#D1DF60'

red 209 ◦ green 223 ◦ blue 96

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

Shades of Mindaro #D1DF60

Tints of Mindaro #D1DF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

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

R = 39.58%
G = 42.23%
B = 18.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D1DF60 (or 0xD1DF60) is known color: Mindaro. HEX triplet: D1, DF and 60. RGB value is (209,223,96). Sum of RGB (Red+Green+Blue) = 209+223+96=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF60 is #2E209F. Grayscale: #CCCCCC. Windows color (decimal): -3023008 or 6348753. OLE color: 6348753.

HSL color Cylindrical-coordinate representation of color #D1DF60: hue angle of 66.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1DF60 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 96 -
CMYK 0.06 0 0.57 0.13
HSL 66.61º 0.66% 0.63% -
HSV(B) 66.61º 0.57% 0.87% -
XYZ 54.79 67.18 21.14 -
YUV 204.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 209 223 96 0.06 0 0.57 0.13 66.61 0.66 0.63
Hex D1 DF 60 6 0 39 D 43 42 3F
Octal 321 337 140 6 0 71 15 103 102 77
Binary 11010001 11011111 1100000 110 0 111001 1101 1000011 1000010 111111

Color Harmonies of #D1DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF60

Black with #D1DF60

Text Example


Text Example

White with #D1DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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