Html Css Color HEX #D0E46E Mindaro

📋 copy color: '#D0E46E'

red 208 ◦ green 228 ◦ blue 110

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

Shades of Mindaro #D0E46E

Tints of Mindaro #D0E46E

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

 GREEN value IS 228 (89.45% from 255) = 41.76%

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

R = 38.1%
G = 41.76%
B = 20.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#D0E46E (or 0xD0E46E) is known color: Mindaro. HEX triplet: D0, E4 and 6E. RGB value is (208,228,110). Sum of RGB (Red+Green+Blue) = 208+228+110=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E46E is #2F1B91. Grayscale: #D1D1D1. Windows color (decimal): -3087250 or 7267536. OLE color: 7267536.

HSL color Cylindrical-coordinate representation of color #D0E46E: hue angle of 70.17º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0E46E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 228 110 -
CMYK 0.09 0 0.52 0.11
HSL 70.17º 0.69% 0.66% -
HSV(B) 70.17º 0.52% 0.89% -
XYZ 56.57 70.02 25.29 -
YUV 208.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 208 228 110 0.09 0 0.52 0.11 70.17 0.69 0.66
Hex D0 E4 6E 9 0 34 B 46 45 42
Octal 320 344 156 11 0 64 13 106 105 102
Binary 11010000 11100100 1101110 1001 0 110100 1011 1000110 1000101 1000010

Color Harmonies of #D0E46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E46E

Black with #D0E46E

Text Example


Text Example

White with #D0E46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E46E; }

 p { color: rgb(208,228,110); }

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

background-color css

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

 a { background-color: rgb(208,228,110); }

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

border-color css

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

 span { border-color: rgb(208,228,110); }

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