Html Css Color HEX #D2E76B Mindaro

📋 copy color: '#D2E76B'

red 210 ◦ green 231 ◦ blue 107

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

Shades of Mindaro #D2E76B

Tints of Mindaro #D2E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.15%

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

R = 38.32%
G = 42.15%
B = 19.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#D2E76B (or 0xD2E76B) is known color: Mindaro. HEX triplet: D2, E7 and 6B. RGB value is (210,231,107). Sum of RGB (Red+Green+Blue) = 210+231+107=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E76B is #2D1894. Grayscale: #D3D3D3. Windows color (decimal): -2955413 or 7071698. OLE color: 7071698.

HSL color Cylindrical-coordinate representation of color #D2E76B: hue angle of 70.16º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E76B is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 231 107 -
CMYK 0.09 0 0.54 0.09
HSL 70.16º 0.72% 0.66% -
HSV(B) 70.16º 0.54% 0.91% -
XYZ 57.81 71.92 24.74 -
YUV 210.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 210 231 107 0.09 0 0.54 0.09 70.16 0.72 0.66
Hex D2 E7 6B 9 0 36 9 46 48 42
Octal 322 347 153 11 0 66 11 106 110 102
Binary 11010010 11100111 1101011 1001 0 110110 1001 1000110 1001000 1000010

Color Harmonies of #D2E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E76B

Black with #D2E76B

Text Example


Text Example

White with #D2E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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