Html Css Color HEX #D0FD70 Mindaro

📋 copy color: '#D0FD70'

red 208 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #D0FD70

Tints of Mindaro #D0FD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.15%

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

R = 36.3%
G = 44.15%
B = 19.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#D0FD70 (or 0xD0FD70) is known color: Mindaro. HEX triplet: D0, FD and 70. RGB value is (208,253,112). Sum of RGB (Red+Green+Blue) = 208+253+112=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD70 is #2F028F. Grayscale: #DFDFDF. Windows color (decimal): -3080848 or 7405008. OLE color: 7405008.

HSL color Cylindrical-coordinate representation of color #D0FD70: hue angle of 79.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0FD70 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 112 -
CMYK 0.18 0 0.56 0.01
HSL 79.15º 0.97% 0.72% -
HSV(B) 79.15º 0.56% 0.99% -
XYZ 64.06 84.83 28.33 -
YUV 223.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 208 253 112 0.18 0 0.56 0.01 79.15 0.97 0.72
Hex D0 FD 70 12 0 38 1 4F 61 48
Octal 320 375 160 22 0 70 1 117 141 110
Binary 11010000 11111101 1110000 10010 0 111000 1 1001111 1100001 1001000

Color Harmonies of #D0FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD70

Black with #D0FD70

Text Example


Text Example

White with #D0FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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