Html Css Color HEX #D2E561 Mindaro

📋 copy color: '#D2E561'

red 210 ◦ green 229 ◦ blue 97

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

Shades of Mindaro #D2E561

Tints of Mindaro #D2E561

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.72%

 BLUE value IS 97 (38.28% from 255) = 18.1%

R = 39.18%
G = 42.72%
B = 18.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#D2E561 (or 0xD2E561) is known color: Mindaro. HEX triplet: D2, E5 and 61. RGB value is (210,229,97). Sum of RGB (Red+Green+Blue) = 210+229+97=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E561 is #2D1A9E. Grayscale: #D0D0D0. Windows color (decimal): -2955935 or 6415826. OLE color: 6415826.

HSL color Cylindrical-coordinate representation of color #D2E561: hue angle of 68.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2E561 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 97 -
CMYK 0.08 0 0.58 0.10
HSL 68.64º 0.72% 0.64% -
HSV(B) 68.64º 0.58% 0.9% -
XYZ 56.76 70.6 21.95 -
YUV 208.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 210 229 97 0.08 0 0.58 0.10 68.64 0.72 0.64
Hex D2 E5 61 8 0 3A A 45 48 40
Octal 322 345 141 10 0 72 12 105 110 100
Binary 11010010 11100101 1100001 1000 0 111010 1010 1000101 1001000 1000000

Color Harmonies of #D2E561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E561

Black with #D2E561

Text Example


Text Example

White with #D2E561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E561; }

 p { color: rgb(210,229,97); }

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

background-color css

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

 a { background-color: rgb(210,229,97); }

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

border-color css

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

 span { border-color: rgb(210,229,97); }

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