Html Css Color HEX #D2E56B Mindaro

📋 copy color: '#D2E56B'

red 210 ◦ green 229 ◦ blue 107

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

Shades of Mindaro #D2E56B

Tints of Mindaro #D2E56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.6%

R = 38.46%
G = 41.94%
B = 19.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#D2E56B (or 0xD2E56B) is known color: Mindaro. HEX triplet: D2, E5 and 6B. RGB value is (210,229,107). Sum of RGB (Red+Green+Blue) = 210+229+107=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E56B is #2D1A94. Grayscale: #D1D1D1. Windows color (decimal): -2955925 or 7071186. OLE color: 7071186.

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

Color convert

RGB 210 229 107 -
CMYK 0.08 0 0.53 0.10
HSL 69.34º 0.7% 0.66% -
HSV(B) 69.34º 0.53% 0.9% -
XYZ 57.25 70.8 24.56 -
YUV 209.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 210 229 107 0.08 0 0.53 0.10 69.34 0.7 0.66
Hex D2 E5 6B 8 0 35 A 45 46 42
Octal 322 345 153 10 0 65 12 105 106 102
Binary 11010010 11100101 1101011 1000 0 110101 1010 1000101 1000110 1000010

Color Harmonies of #D2E56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E56B

Black with #D2E56B

Text Example


Text Example

White with #D2E56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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