Html Css Color HEX #D0E971 Mindaro

📋 copy color: '#D0E971'

red 208 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #D0E971

Tints of Mindaro #D0E971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.4%

R = 37.55%
G = 42.06%
B = 20.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#D0E971 (or 0xD0E971) is known color: Mindaro. HEX triplet: D0, E9 and 71. RGB value is (208,233,113). Sum of RGB (Red+Green+Blue) = 208+233+113=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E971 is #2F168E. Grayscale: #D4D4D4. Windows color (decimal): -3085967 or 7465424. OLE color: 7465424.

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

Color convert

RGB 208 233 113 -
CMYK 0.11 0 0.52 0.09
HSL 72.5º 0.73% 0.68% -
HSV(B) 72.5º 0.52% 0.91% -
XYZ 58.13 72.88 26.63 -
YUV 211.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 208 233 113 0.11 0 0.52 0.09 72.5 0.73 0.68
Hex D0 E9 71 B 0 34 9 48 49 44
Octal 320 351 161 13 0 64 11 110 111 104
Binary 11010000 11101001 1110001 1011 0 110100 1001 1001000 1001001 1000100

Color Harmonies of #D0E971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E971

Black with #D0E971

Text Example


Text Example

White with #D0E971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E971; }

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

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

background-color css

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

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

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

border-color css

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

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

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