Html Css Color HEX #D2E56A Mindaro

📋 copy color: '#D2E56A'

red 210 ◦ green 229 ◦ blue 106

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

Shades of Mindaro #D2E56A

Tints of Mindaro #D2E56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 38.53%
G = 42.02%
B = 19.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#D2E56A (or 0xD2E56A) is known color: Mindaro. HEX triplet: D2, E5 and 6A. RGB value is (210,229,106). Sum of RGB (Red+Green+Blue) = 210+229+106=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E56A is #2D1A95. Grayscale: #D1D1D1. Windows color (decimal): -2955926 or 7005650. OLE color: 7005650.

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

Color convert

RGB 210 229 106 -
CMYK 0.08 0 0.54 0.10
HSL 69.27º 0.7% 0.66% -
HSV(B) 69.27º 0.54% 0.9% -
XYZ 57.2 70.78 24.28 -
YUV 209.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 210 229 106 0.08 0 0.54 0.10 69.27 0.7 0.66
Hex D2 E5 6A 8 0 36 A 45 46 42
Octal 322 345 152 10 0 66 12 105 106 102
Binary 11010010 11100101 1101010 1000 0 110110 1010 1000101 1000110 1000010

Color Harmonies of #D2E56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E56A

Black with #D2E56A

Text Example


Text Example

White with #D2E56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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