Html Css Color HEX #D0FA6E Mindaro

📋 copy color: '#D0FA6E'

red 208 ◦ green 250 ◦ blue 110

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

Shades of Mindaro #D0FA6E

Tints of Mindaro #D0FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.37%

R = 36.62%
G = 44.01%
B = 19.37%

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

#D0FA6E (or 0xD0FA6E) is known color: Mindaro. HEX triplet: D0, FA and 6E. RGB value is (208,250,110). Sum of RGB (Red+Green+Blue) = 208+250+110=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA6E is #2F0591. Grayscale: #DEDEDE. Windows color (decimal): -3081618 or 7273168. OLE color: 7273168.

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

Color convert

RGB 208 250 110 -
CMYK 0.17 0 0.56 0.02
HSL 78º 0.93% 0.71% -
HSV(B) 78º 0.56% 0.98% -
XYZ 63.01 82.91 27.43 -
YUV 221.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 208 250 110 0.17 0 0.56 0.02 78 0.93 0.71
Hex D0 FA 6E 11 0 38 2 4E 5D 47
Octal 320 372 156 21 0 70 2 116 135 107
Binary 11010000 11111010 1101110 10001 0 111000 10 1001110 1011101 1000111

Color Harmonies of #D0FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA6E

Black with #D0FA6E

Text Example


Text Example

White with #D0FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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