#D0F154

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

Shades of Mindaro #D0F154

Tints of Mindaro #D0F154

Color information

#D0F154 (or 0xD0F154) is unknown color: approx Mindaro. HEX triplet: D0, F1 and 54. RGB value is (208,241,84). Sum of RGB (Red+Green+Blue) = 208+241+84=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F154 is #2F0EAB. Grayscale: #D5D5D5. Windows color (decimal): -3083948 or 5566928. OLE color: 5566928.

HSL color Cylindrical-coordinate representation of color #D0F154: hue angle of 72.61º degrees, saturation: 0.85, 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 #D0F154 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB20824184-
CMYK0.1400.650.05
HSL72.61º84.86%63.73%-
HSV(B)72.61º65.15%94.51%-
XYZ59.0776.9620.13-
YUV213.2455.07124.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=39.02%
G=45.22%
B=15.76%

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
Decimal208241840.1400.650.0572.6184.8663.73
HexD0F154E0415495540
Octal3203611241601015111125100
Binary11010000111100011010100111001000001101100100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F154; }

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

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

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

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

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

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

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

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