#D0F754

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

Shades of Mindaro #D0F754

Tints of Mindaro #D0F754

Color information

#D0F754 (or 0xD0F754) is unknown color: approx Mindaro. HEX triplet: D0, F7 and 54. RGB value is (208,247,84). Sum of RGB (Red+Green+Blue) = 208+247+84=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F754 is #2F08AB. Grayscale: #D9D9D9. Windows color (decimal): -3082412 or 5568464. OLE color: 5568464.

HSL color Cylindrical-coordinate representation of color #D0F754: hue angle of 74.36º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0F754 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB20824784-
CMYK0.1600.660.03
HSL74.36º91.06%64.9%-
HSV(B)74.36º65.99%96.86%-
XYZ60.8780.5720.73-
YUV216.7653.08121.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 84 (33.20% from 255) = 15.58%
R=38.59%
G=45.83%
B=15.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208247840.1600.660.0374.3691.0664.9
HexD0F7541004234a5b41
Octal3203671242001023112133101
Binary11010000111101111010100100000100001011100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F754; }

 p { color: rgb(208,247,84); }

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

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

 a { background-color: rgb(208,247,84); }

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

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

 span { border-color: rgb(208,247,84); }

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