Html Css Color HEX #D2E960 Mindaro

📋 copy color: '#D2E960'

red 210 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #D2E960

Tints of Mindaro #D2E960

RGB

 RED value IS 210 (82.42% from 255) = 38.96%

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

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

R = 38.96%
G = 43.23%
B = 17.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D2E960 (or 0xD2E960) is known color: Mindaro. HEX triplet: D2, E9 and 60. RGB value is (210,233,96). Sum of RGB (Red+Green+Blue) = 210+233+96=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E960 is #2D169F. Grayscale: #D3D3D3. Windows color (decimal): -2954912 or 6351314. OLE color: 6351314.

HSL color Cylindrical-coordinate representation of color #D2E960: hue angle of 70.07º 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 #D2E960 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 96 -
CMYK 0.10 0 0.59 0.09
HSL 70.07º 0.76% 0.65% -
HSV(B) 70.07º 0.59% 0.91% -
XYZ 57.83 72.82 22.07 -
YUV 210.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 210 233 96 0.10 0 0.59 0.09 70.07 0.76 0.65
Hex D2 E9 60 A 0 3B 9 46 4C 41
Octal 322 351 140 12 0 73 11 106 114 101
Binary 11010010 11101001 1100000 1010 0 111011 1001 1000110 1001100 1000001

Color Harmonies of #D2E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E960

Black with #D2E960

Text Example


Text Example

White with #D2E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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