Html Css Color HEX #D0FA70 Mindaro

📋 copy color: '#D0FA70'

red 208 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #D0FA70

Tints of Mindaro #D0FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.86%

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

R = 36.49%
G = 43.86%
B = 19.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D0FA70 (or 0xD0FA70) is known color: Mindaro. HEX triplet: D0, FA and 70. RGB value is (208,250,112). Sum of RGB (Red+Green+Blue) = 208+250+112=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA70 is #2F058F. Grayscale: #DEDEDE. Windows color (decimal): -3081616 or 7404240. OLE color: 7404240.

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

Color convert

RGB 208 250 112 -
CMYK 0.17 0 0.55 0.02
HSL 78.26º 0.93% 0.71% -
HSV(B) 78.26º 0.55% 0.98% -
XYZ 63.12 82.95 28.01 -
YUV 221.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 208 250 112 0.17 0 0.55 0.02 78.26 0.93 0.71
Hex D0 FA 70 11 0 37 2 4E 5D 47
Octal 320 372 160 21 0 67 2 116 135 107
Binary 11010000 11111010 1110000 10001 0 110111 10 1001110 1011101 1000111

Color Harmonies of #D0FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA70

Black with #D0FA70

Text Example


Text Example

White with #D0FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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