#D0FF5D

Color #D0FF5D Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D0FF5D

Tints of Mindaro #D0FF5D

Color information

#D0FF5D (or 0xD0FF5D) is unknown color: approx Mindaro. HEX triplet: D0, FF and 5D. RGB value is (208,255,93). Sum of RGB (Red+Green+Blue) = 208+255+93=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF5D is #2F00A2. Grayscale: #DFDFDF. Windows color (decimal): -3080355 or 6160336. OLE color: 6160336.

HSL color Cylindrical-coordinate representation of color #D0FF5D: hue angle of 77.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0FF5D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB20825593-
CMYK0.1800.640
HSL77.41º100%68.24%-
HSV(B)77.41º63.53%100%-
XYZ63.7585.7223.54-
YUV222.4854.93117.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 255 (100% from 255) = 45.86%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=37.41%
G=45.86%
B=16.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208255930.1800.64077.4110068.24
HexD0FF5D1204004d6444
Octal3203771352201000115144104
Binary1101000011111111101110110010010000000100110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF5D; }

 p { color: rgb(208,255,93); }

 H1.HeaderClassName
 {
   color: #D0FF5D;
 }
 .AnyTagClassName
 {
   color: #D0FF5D;
 }
</style>
background-color css

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

 a { background-color: rgb(208,255,93); }

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

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

 span { border-color: rgb(208,255,93); }

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