Html Css Color HEX #D0F971 Mindaro

📋 copy color: '#D0F971'

red 208 ◦ green 249 ◦ blue 113

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

Shades of Mindaro #D0F971

Tints of Mindaro #D0F971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

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

R = 36.49%
G = 43.68%
B = 19.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D0F971 (or 0xD0F971) is known color: Mindaro. HEX triplet: D0, F9 and 71. RGB value is (208,249,113). Sum of RGB (Red+Green+Blue) = 208+249+113=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F971 is #2F068E. Grayscale: #DDDDDD. Windows color (decimal): -3081871 or 7469520. OLE color: 7469520.

HSL color Cylindrical-coordinate representation of color #D0F971: hue angle of 78.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0F971 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 113 -
CMYK 0.16 0 0.55 0.02
HSL 78.09º 0.92% 0.71% -
HSV(B) 78.09º 0.55% 0.98% -
XYZ 62.87 82.35 28.21 -
YUV 221.24 66.92 118.56 -
System Red Green Blue C M Y K H S L
Decimal 208 249 113 0.16 0 0.55 0.02 78.09 0.92 0.71
Hex D0 F9 71 10 0 37 2 4E 5C 47
Octal 320 371 161 20 0 67 2 116 134 107
Binary 11010000 11111001 1110001 10000 0 110111 10 1001110 1011100 1000111

Color Harmonies of #D0F971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F971

Black with #D0F971

Text Example


Text Example

White with #D0F971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F971; }

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

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

background-color css

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

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

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

border-color css

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

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

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