Html Css Color HEX #D1DF7A Mindaro

📋 copy color: '#D1DF7A'

red 209 ◦ green 223 ◦ blue 122

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

Shades of Mindaro #D1DF7A

Tints of Mindaro #D1DF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.02%

R = 37.73%
G = 40.25%
B = 22.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D1DF7A (or 0xD1DF7A) is known color: Mindaro. HEX triplet: D1, DF and 7A. RGB value is (209,223,122). Sum of RGB (Red+Green+Blue) = 209+223+122=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF7A is #2E2085. Grayscale: #CFCFCF. Windows color (decimal): -3022982 or 8052689. OLE color: 8052689.

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

Color convert

RGB 209 223 122 -
CMYK 0.06 0 0.45 0.13
HSL 68.32º 0.61% 0.68% -
HSV(B) 68.32º 0.45% 0.87% -
XYZ 56.2 67.74 28.52 -
YUV 207.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 209 223 122 0.06 0 0.45 0.13 68.32 0.61 0.68
Hex D1 DF 7A 6 0 2D D 44 3D 44
Octal 321 337 172 6 0 55 15 104 75 104
Binary 11010001 11011111 1111010 110 0 101101 1101 1000100 111101 1000100

Color Harmonies of #D1DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF7A

Black with #D1DF7A

Text Example


Text Example

White with #D1DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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