Html Css Color HEX #D4E973 Mindaro

📋 copy color: '#D4E973'

red 212 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #D4E973

Tints of Mindaro #D4E973

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

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

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

R = 37.86%
G = 41.61%
B = 20.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#D4E973 (or 0xD4E973) is known color: Mindaro. HEX triplet: D4, E9 and 73. RGB value is (212,233,115). Sum of RGB (Red+Green+Blue) = 212+233+115=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E973 is #2B168C. Grayscale: #D5D5D5. Windows color (decimal): -2823821 or 7596500. OLE color: 7596500.

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

Color convert

RGB 212 233 115 -
CMYK 0.09 0 0.51 0.09
HSL 70.68º 0.73% 0.68% -
HSV(B) 70.68º 0.51% 0.91% -
XYZ 59.38 73.51 27.28 -
YUV 213.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 212 233 115 0.09 0 0.51 0.09 70.68 0.73 0.68
Hex D4 E9 73 9 0 33 9 47 49 44
Octal 324 351 163 11 0 63 11 107 111 104
Binary 11010100 11101001 1110011 1001 0 110011 1001 1000111 1001001 1000100

Color Harmonies of #D4E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E973

Black with #D4E973

Text Example


Text Example

White with #D4E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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