Html Css Color HEX #D0E773 Mindaro

📋 copy color: '#D0E773'

red 208 ◦ green 231 ◦ blue 115

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

Shades of Mindaro #D0E773

Tints of Mindaro #D0E773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 37.55%
G = 41.7%
B = 20.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D0E773 (or 0xD0E773) is known color: Mindaro. HEX triplet: D0, E7 and 73. RGB value is (208,231,115). Sum of RGB (Red+Green+Blue) = 208+231+115=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E773 is #2F188C. Grayscale: #D3D3D3. Windows color (decimal): -3086477 or 7595984. OLE color: 7595984.

HSL color Cylindrical-coordinate representation of color #D0E773: hue angle of 71.9º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0E773 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 115 -
CMYK 0.10 0 0.50 0.09
HSL 71.9º 0.71% 0.68% -
HSV(B) 71.9º 0.5% 0.91% -
XYZ 57.68 71.8 27.04 -
YUV 210.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 208 231 115 0.10 0 0.50 0.09 71.9 0.71 0.68
Hex D0 E7 73 A 0 32 9 48 47 44
Octal 320 347 163 12 0 62 11 110 107 104
Binary 11010000 11100111 1110011 1010 0 110010 1001 1001000 1000111 1000100

Color Harmonies of #D0E773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E773

Black with #D0E773

Text Example


Text Example

White with #D0E773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E773; }

 p { color: rgb(208,231,115); }

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

background-color css

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

 a { background-color: rgb(208,231,115); }

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

border-color css

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

 span { border-color: rgb(208,231,115); }

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