#D0FD60

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

Shades of Mindaro #D0FD60

Tints of Mindaro #D0FD60

Color information

#D0FD60 (or 0xD0FD60) is unknown color: approx Mindaro. HEX triplet: D0, FD and 60. RGB value is (208,253,96). Sum of RGB (Red+Green+Blue) = 208+253+96=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD60 is #2F029F. Grayscale: #DEDEDE. Windows color (decimal): -3080864 or 6356432. OLE color: 6356432.

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

Color convert

RGB20825396-
CMYK0.1800.620.01
HSL77.2º97.52%68.43%-
HSV(B)77.2º62.06%99.22%-
XYZ63.2584.524.04-
YUV221.6557.09118.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 96 (37.89% from 255) = 17.24%
R=37.34%
G=45.42%
B=17.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208253960.1800.620.0177.297.5268.43
HexD0FD601203E14d6244
Octal320375140220761115142104
Binary110100001111110111000001001001111101100110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD60; }

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

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

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

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

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

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

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

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