#D6F150

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

Shades of Mindaro #D6F150

Tints of Mindaro #D6F150

Color information

#D6F150 (or 0xD6F150) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 50. RGB value is (214,241,80). Sum of RGB (Red+Green+Blue) = 214+241+80=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F150 is #290EAF. Grayscale: #D7D7D7. Windows color (decimal): -2690736 or 5304790. OLE color: 5304790.

HSL color Cylindrical-coordinate representation of color #D6F150: hue angle of 70.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6F150 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB21424180-
CMYK0.1100.670.05
HSL70.06º85.19%62.94%-
HSV(B)70.06º66.8%94.51%-
XYZ60.6377.7919.41-
YUV214.5752.05127.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 80 (31.64% from 255) = 14.95%
R=40%
G=45.05%
B=14.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214241800.1100.670.0570.0685.1962.94
HexD6F150B043546553f
Octal326361120130103510612577
Binary1101011011110001101000010110100001110110001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F150; }

 p { color: rgb(214,241,80); }

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

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

 a { background-color: rgb(214,241,80); }

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

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

 span { border-color: rgb(214,241,80); }

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