Html Css Color HEX #D0FA6D Mindaro

📋 copy color: '#D0FA6D'

red 208 ◦ green 250 ◦ blue 109

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

Shades of Mindaro #D0FA6D

Tints of Mindaro #D0FA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 36.68%
G = 44.09%
B = 19.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#D0FA6D (or 0xD0FA6D) is known color: Mindaro. HEX triplet: D0, FA and 6D. RGB value is (208,250,109). Sum of RGB (Red+Green+Blue) = 208+250+109=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA6D is #2F0592. Grayscale: #DDDDDD. Windows color (decimal): -3081619 or 7207632. OLE color: 7207632.

HSL color Cylindrical-coordinate representation of color #D0FA6D: hue angle of 77.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0FA6D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 109 -
CMYK 0.17 0 0.56 0.02
HSL 77.87º 0.93% 0.7% -
HSV(B) 77.87º 0.56% 0.98% -
XYZ 62.96 82.89 27.15 -
YUV 221.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 208 250 109 0.17 0 0.56 0.02 77.87 0.93 0.7
Hex D0 FA 6D 11 0 38 2 4E 5D 46
Octal 320 372 155 21 0 70 2 116 135 106
Binary 11010000 11111010 1101101 10001 0 111000 10 1001110 1011101 1000110

Color Harmonies of #D0FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA6D

Black with #D0FA6D

Text Example


Text Example

White with #D0FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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