Html Css Color HEX #D1F960 Mindaro

📋 copy color: '#D1F960'

red 209 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #D1F960

Tints of Mindaro #D1F960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 37.73%
G = 44.95%
B = 17.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D1F960 (or 0xD1F960) is known color: Mindaro. HEX triplet: D1, F9 and 60. RGB value is (209,249,96). Sum of RGB (Red+Green+Blue) = 209+249+96=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F960 is #2E069F. Grayscale: #DCDCDC. Windows color (decimal): -3016352 or 6355409. OLE color: 6355409.

HSL color Cylindrical-coordinate representation of color #D1F960: hue angle of 75.69º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1F960 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 96 -
CMYK 0.16 0 0.61 0.02
HSL 75.69º 0.93% 0.68% -
HSV(B) 75.69º 0.61% 0.98% -
XYZ 62.28 82.15 23.64 -
YUV 219.6 58.25 120.44 -
System Red Green Blue C M Y K H S L
Decimal 209 249 96 0.16 0 0.61 0.02 75.69 0.93 0.68
Hex D1 F9 60 10 0 3D 2 4C 5D 44
Octal 321 371 140 20 0 75 2 114 135 104
Binary 11010001 11111001 1100000 10000 0 111101 10 1001100 1011101 1000100

Color Harmonies of #D1F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F960

Black with #D1F960

Text Example


Text Example

White with #D1F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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