Html Css Color HEX #D6E973 Mindaro

📋 copy color: '#D6E973'

red 214 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #D6E973

Tints of Mindaro #D6E973

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

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

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

R = 38.08%
G = 41.46%
B = 20.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#D6E973 (or 0xD6E973) is known color: Mindaro. HEX triplet: D6, E9 and 73. RGB value is (214,233,115). Sum of RGB (Red+Green+Blue) = 214+233+115=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E973 is #29168C. Grayscale: #D6D6D6. Windows color (decimal): -2692749 or 7596502. OLE color: 7596502.

HSL color Cylindrical-coordinate representation of color #D6E973: hue angle of 69.66º 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 #D6E973 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 233 115 -
CMYK 0.08 0 0.51 0.09
HSL 69.66º 0.73% 0.68% -
HSV(B) 69.66º 0.51% 0.91% -
XYZ 59.96 73.81 27.31 -
YUV 213.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 214 233 115 0.08 0 0.51 0.09 69.66 0.73 0.68
Hex D6 E9 73 8 0 33 9 46 49 44
Octal 326 351 163 10 0 63 11 106 111 104
Binary 11010110 11101001 1110011 1000 0 110011 1001 1000110 1001001 1000100

Color Harmonies of #D6E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E973

Black with #D6E973

Text Example


Text Example

White with #D6E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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