Html Css Color HEX #D1E964 Mindaro

📋 copy color: '#D1E964'

red 209 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #D1E964

Tints of Mindaro #D1E964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 38.56%
G = 42.99%
B = 18.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D1E964 (or 0xD1E964) is known color: Mindaro. HEX triplet: D1, E9 and 64. RGB value is (209,233,100). Sum of RGB (Red+Green+Blue) = 209+233+100=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E964 is #2E169B. Grayscale: #D3D3D3. Windows color (decimal): -3020444 or 6613457. OLE color: 6613457.

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

Color convert

RGB 209 233 100 -
CMYK 0.10 0 0.57 0.09
HSL 70.83º 0.75% 0.65% -
HSV(B) 70.83º 0.57% 0.91% -
XYZ 57.73 72.75 23.06 -
YUV 210.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 209 233 100 0.10 0 0.57 0.09 70.83 0.75 0.65
Hex D1 E9 64 A 0 39 9 47 4B 41
Octal 321 351 144 12 0 71 11 107 113 101
Binary 11010001 11101001 1100100 1010 0 111001 1001 1000111 1001011 1000001

Color Harmonies of #D1E964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E964

Black with #D1E964

Text Example


Text Example

White with #D1E964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E964; }

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

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

background-color css

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

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

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

border-color css

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

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

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