Html Css Color HEX #D1DF75 Mindaro

📋 copy color: '#D1DF75'

red 209 ◦ green 223 ◦ blue 117

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

Shades of Mindaro #D1DF75

Tints of Mindaro #D1DF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 38.07%
G = 40.62%
B = 21.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#D1DF75 (or 0xD1DF75) is known color: Mindaro. HEX triplet: D1, DF and 75. RGB value is (209,223,117). Sum of RGB (Red+Green+Blue) = 209+223+117=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF75 is #2E208A. Grayscale: #CFCFCF. Windows color (decimal): -3022987 or 7725009. OLE color: 7725009.

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

Color convert

RGB 209 223 117 -
CMYK 0.06 0 0.48 0.13
HSL 67.92º 0.62% 0.67% -
HSV(B) 67.92º 0.48% 0.87% -
XYZ 55.89 67.62 26.93 -
YUV 206.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 209 223 117 0.06 0 0.48 0.13 67.92 0.62 0.67
Hex D1 DF 75 6 0 30 D 44 3E 43
Octal 321 337 165 6 0 60 15 104 76 103
Binary 11010001 11011111 1110101 110 0 110000 1101 1000100 111110 1000011

Color Harmonies of #D1DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF75

Black with #D1DF75

Text Example


Text Example

White with #D1DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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