Html Css Color HEX #D0F970 Mindaro

📋 copy color: '#D0F970'

red 208 ◦ green 249 ◦ blue 112

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

Shades of Mindaro #D0F970

Tints of Mindaro #D0F970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 36.56%
G = 43.76%
B = 19.68%

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

#D0F970 (or 0xD0F970) is known color: Mindaro. HEX triplet: D0, F9 and 70. RGB value is (208,249,112). Sum of RGB (Red+Green+Blue) = 208+249+112=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F970 is #2F068F. Grayscale: #DDDDDD. Windows color (decimal): -3081872 or 7403984. OLE color: 7403984.

HSL color Cylindrical-coordinate representation of color #D0F970: hue angle of 77.96º 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 #D0F970 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 112 -
CMYK 0.16 0 0.55 0.02
HSL 77.96º 0.92% 0.71% -
HSV(B) 77.96º 0.55% 0.98% -
XYZ 62.81 82.33 27.91 -
YUV 221.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 208 249 112 0.16 0 0.55 0.02 77.96 0.92 0.71
Hex D0 F9 70 10 0 37 2 4E 5C 47
Octal 320 371 160 20 0 67 2 116 134 107
Binary 11010000 11111001 1110000 10000 0 110111 10 1001110 1011100 1000111

Color Harmonies of #D0F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F970

Black with #D0F970

Text Example


Text Example

White with #D0F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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