Html Css Color HEX #D0E973 Mindaro

📋 copy color: '#D0E973'

red 208 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #D0E973

Tints of Mindaro #D0E973

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.91%

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

R = 37.41%
G = 41.91%
B = 20.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#D0E973 (or 0xD0E973) is known color: Mindaro. HEX triplet: D0, E9 and 73. RGB value is (208,233,115). Sum of RGB (Red+Green+Blue) = 208+233+115=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E973 is #2F168C. Grayscale: #D4D4D4. Windows color (decimal): -3085965 or 7596496. OLE color: 7596496.

HSL color Cylindrical-coordinate representation of color #D0E973: hue angle of 72.71º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0E973 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 115 -
CMYK 0.11 0 0.51 0.09
HSL 72.71º 0.73% 0.68% -
HSV(B) 72.71º 0.51% 0.91% -
XYZ 58.25 72.93 27.23 -
YUV 212.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 208 233 115 0.11 0 0.51 0.09 72.71 0.73 0.68
Hex D0 E9 73 B 0 33 9 49 49 44
Octal 320 351 163 13 0 63 11 111 111 104
Binary 11010000 11101001 1110011 1011 0 110011 1001 1001001 1001001 1000100

Color Harmonies of #D0E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E973

Black with #D0E973

Text Example


Text Example

White with #D0E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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