Html Css Color HEX #D0FA63 Mindaro

📋 copy color: '#D0FA63'

red 208 ◦ green 250 ◦ blue 99

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

Shades of Mindaro #D0FA63

Tints of Mindaro #D0FA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.77%

R = 37.34%
G = 44.88%
B = 17.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D0FA63 (or 0xD0FA63) is known color: Mindaro. HEX triplet: D0, FA and 63. RGB value is (208,250,99). Sum of RGB (Red+Green+Blue) = 208+250+99=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA63 is #2F059C. Grayscale: #DCDCDC. Windows color (decimal): -3081629 or 6552272. OLE color: 6552272.

HSL color Cylindrical-coordinate representation of color #D0FA63: hue angle of 76.69º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0FA63 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 99 -
CMYK 0.17 0 0.60 0.02
HSL 76.69º 0.94% 0.68% -
HSV(B) 76.69º 0.6% 0.98% -
XYZ 62.45 82.68 24.47 -
YUV 220.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 208 250 99 0.17 0 0.60 0.02 76.69 0.94 0.68
Hex D0 FA 63 11 0 3C 2 4D 5E 44
Octal 320 372 143 21 0 74 2 115 136 104
Binary 11010000 11111010 1100011 10001 0 111100 10 1001101 1011110 1000100

Color Harmonies of #D0FA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA63

Black with #D0FA63

Text Example


Text Example

White with #D0FA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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