#D3F760

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

Shades of Mindaro #D3F760

Tints of Mindaro #D3F760

Color information

#D3F760 (or 0xD3F760) is unknown color: approx Mindaro. HEX triplet: D3, F7 and 60. RGB value is (211,247,96). Sum of RGB (Red+Green+Blue) = 211+247+96=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F760 is #2C089F. Grayscale: #DBDBDB. Windows color (decimal): -2885792 or 6354899. OLE color: 6354899.

HSL color Cylindrical-coordinate representation of color #D3F760: hue angle of 74.3º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3F760 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB21124796-
CMYK0.1500.610.03
HSL74.3º90.42%67.25%-
HSV(B)74.3º61.13%96.86%-
XYZ62.2481.2123.46-
YUV219.0258.57122.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=38.09%
G=44.58%
B=17.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211247960.1500.610.0374.390.4267.25
HexD3F760F03D34a5a43
Octal323367140170753112132103
Binary110100111111011111000001111011110111100101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F760; }

 p { color: rgb(211,247,96); }

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

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

 a { background-color: rgb(211,247,96); }

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

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

 span { border-color: rgb(211,247,96); }

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