Html Css Color HEX #D2EB6E Mindaro

📋 copy color: '#D2EB6E'

red 210 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #D2EB6E

Tints of Mindaro #D2EB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 37.84%
G = 42.34%
B = 19.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#D2EB6E (or 0xD2EB6E) is known color: Mindaro. HEX triplet: D2, EB and 6E. RGB value is (210,235,110). Sum of RGB (Red+Green+Blue) = 210+235+110=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB6E is #2D1491. Grayscale: #D5D5D5. Windows color (decimal): -2954386 or 7269330. OLE color: 7269330.

HSL color Cylindrical-coordinate representation of color #D2EB6E: hue angle of 72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2EB6E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 110 -
CMYK 0.11 0 0.53 0.08
HSL 72º 0.76% 0.68% -
HSV(B) 72º 0.53% 0.92% -
XYZ 59.1 74.24 25.97 -
YUV 213.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 210 235 110 0.11 0 0.53 0.08 72 0.76 0.68
Hex D2 EB 6E B 0 35 8 48 4C 44
Octal 322 353 156 13 0 65 10 110 114 104
Binary 11010010 11101011 1101110 1011 0 110101 1000 1001000 1001100 1000100

Color Harmonies of #D2EB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB6E

Black with #D2EB6E

Text Example


Text Example

White with #D2EB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB6E; }

 p { color: rgb(210,235,110); }

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

background-color css

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

 a { background-color: rgb(210,235,110); }

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

border-color css

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

 span { border-color: rgb(210,235,110); }

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