#D0F355

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

Shades of Mindaro #D0F355

Tints of Mindaro #D0F355

Color information

#D0F355 (or 0xD0F355) is unknown color: approx Mindaro. HEX triplet: D0, F3 and 55. RGB value is (208,243,85). Sum of RGB (Red+Green+Blue) = 208+243+85=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F355 is #2F0CAA. Grayscale: #D7D7D7. Windows color (decimal): -3083435 or 5632976. OLE color: 5632976.

HSL color Cylindrical-coordinate representation of color #D0F355: hue angle of 73.29º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0F355 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB20824385-
CMYK0.1400.650.05
HSL73.29º86.81%64.31%-
HSV(B)73.29º65.02%95.29%-
XYZ59.778.1720.54-
YUV214.5254.9123.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 243 (95.31% from 255) = 45.34%
BLUE value IS 85 (33.59% from 255) = 15.86%
R=38.81%
G=45.34%
B=15.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208243850.1400.650.0573.2986.8164.31
HexD0F355E0415495740
Octal3203631251601015111127100
Binary11010000111100111010101111001000001101100100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F355; }

 p { color: rgb(208,243,85); }

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

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

 a { background-color: rgb(208,243,85); }

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

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

 span { border-color: rgb(208,243,85); }

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