Html Css Color HEX #D2ED6E Mindaro

📋 copy color: '#D2ED6E'

red 210 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #D2ED6E

Tints of Mindaro #D2ED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

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

R = 37.7%
G = 42.55%
B = 19.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D2ED6E (or 0xD2ED6E) is known color: Mindaro. HEX triplet: D2, ED and 6E. RGB value is (210,237,110). Sum of RGB (Red+Green+Blue) = 210+237+110=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED6E is #2D1291. Grayscale: #D6D6D6. Windows color (decimal): -2953874 or 7269842. OLE color: 7269842.

HSL color Cylindrical-coordinate representation of color #D2ED6E: hue angle of 72.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2ED6E is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 237 110 -
CMYK 0.11 0 0.54 0.07
HSL 72.76º 0.78% 0.68% -
HSV(B) 72.76º 0.54% 0.93% -
XYZ 59.68 75.4 26.16 -
YUV 214.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 210 237 110 0.11 0 0.54 0.07 72.76 0.78 0.68
Hex D2 ED 6E B 0 36 7 49 4E 44
Octal 322 355 156 13 0 66 7 111 116 104
Binary 11010010 11101101 1101110 1011 0 110110 111 1001001 1001110 1000100

Color Harmonies of #D2ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ED6E

Black with #D2ED6E

Text Example


Text Example

White with #D2ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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