Html Css Color HEX #D2E06D Mindaro

📋 copy color: '#D2E06D'

red 210 ◦ green 224 ◦ blue 109

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

Shades of Mindaro #D2E06D

Tints of Mindaro #D2E06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 38.67%
G = 41.25%
B = 20.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#D2E06D (or 0xD2E06D) is known color: Mindaro. HEX triplet: D2, E0 and 6D. RGB value is (210,224,109). Sum of RGB (Red+Green+Blue) = 210+224+109=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E06D is #2D1F92. Grayscale: #CFCFCF. Windows color (decimal): -2957203 or 7200978. OLE color: 7200978.

HSL color Cylindrical-coordinate representation of color #D2E06D: hue angle of 67.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2E06D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 109 -
CMYK 0.06 0 0.51 0.12
HSL 67.3º 0.65% 0.65% -
HSV(B) 67.3º 0.51% 0.88% -
XYZ 55.99 68.12 24.66 -
YUV 206.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 210 224 109 0.06 0 0.51 0.12 67.3 0.65 0.65
Hex D2 E0 6D 6 0 33 C 43 41 41
Octal 322 340 155 6 0 63 14 103 101 101
Binary 11010010 11100000 1101101 110 0 110011 1100 1000011 1000001 1000001

Color Harmonies of #D2E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E06D

Black with #D2E06D

Text Example


Text Example

White with #D2E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E06D; }

 p { color: rgb(210,224,109); }

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

background-color css

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

 a { background-color: rgb(210,224,109); }

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

border-color css

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

 span { border-color: rgb(210,224,109); }

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