Html Css Color HEX #D6E960 Mindaro

📋 copy color: '#D6E960'

red 214 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #D6E960

Tints of Mindaro #D6E960

RGB

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

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

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

R = 39.41%
G = 42.91%
B = 17.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D6E960 (or 0xD6E960) is known color: Mindaro. HEX triplet: D6, E9 and 60. RGB value is (214,233,96). Sum of RGB (Red+Green+Blue) = 214+233+96=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E960 is #29169F. Grayscale: #D4D4D4. Windows color (decimal): -2692768 or 6351318. OLE color: 6351318.

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

Color convert

RGB 214 233 96 -
CMYK 0.08 0 0.59 0.09
HSL 68.32º 0.76% 0.65% -
HSV(B) 68.32º 0.59% 0.91% -
XYZ 58.98 73.42 22.13 -
YUV 211.7 62.71 129.64 -
System Red Green Blue C M Y K H S L
Decimal 214 233 96 0.08 0 0.59 0.09 68.32 0.76 0.65
Hex D6 E9 60 8 0 3B 9 44 4C 41
Octal 326 351 140 10 0 73 11 104 114 101
Binary 11010110 11101001 1100000 1000 0 111011 1001 1000100 1001100 1000001

Color Harmonies of #D6E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E960

Black with #D6E960

Text Example


Text Example

White with #D6E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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