Html Css Color HEX #D6F960 Mindaro

📋 copy color: '#D6F960'

red 214 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #D6F960

Tints of Mindaro #D6F960

RGB

 RED value IS 214 (83.98% from 255) = 38.28%

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

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

R = 38.28%
G = 44.54%
B = 17.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D6F960 (or 0xD6F960) is known color: Mindaro. HEX triplet: D6, F9 and 60. RGB value is (214,249,96). Sum of RGB (Red+Green+Blue) = 214+249+96=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F960 is #29069F. Grayscale: #DDDDDD. Windows color (decimal): -2688672 or 6355414. OLE color: 6355414.

HSL color Cylindrical-coordinate representation of color #D6F960: hue angle of 73.73º 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 #D6F960 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 96 -
CMYK 0.14 0 0.61 0.02
HSL 73.73º 0.93% 0.68% -
HSV(B) 73.73º 0.61% 0.98% -
XYZ 63.72 82.89 23.71 -
YUV 221.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 214 249 96 0.14 0 0.61 0.02 73.73 0.93 0.68
Hex D6 F9 60 E 0 3D 2 4A 5D 44
Octal 326 371 140 16 0 75 2 112 135 104
Binary 11010110 11111001 1100000 1110 0 111101 10 1001010 1011101 1000100

Color Harmonies of #D6F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F960

Black with #D6F960

Text Example


Text Example

White with #D6F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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