#6FD326

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

Shades of Lima #6FD326

Tints of Lima #6FD326

Color information

#6FD326 (or 0x6FD326) is unknown color: approx Lima. HEX triplet: 6F, D3 and 26. RGB value is (111,211,38). Sum of RGB (Red+Green+Blue) = 111+211+38=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD326 is #902CD9. Grayscale: #A1A1A1. Windows color (decimal): -9448666 or 2544495. OLE color: 2544495.

HSL color Cylindrical-coordinate representation of color #6FD326: hue angle of 94.68º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FD326 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB11121138-
CMYK0.4700.820.17
HSL94.68º69.48%48.82%-
HSV(B)94.68º81.99%82.75%-
XYZ30.250.119.91-
YUV161.3858.3792.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 211 (82.81% from 255) = 58.61%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=30.83%
G=58.61%
B=10.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111211380.4700.820.1794.6869.4848.82
Hex6FD3262F052115f4531
Octal157323465701222113710561
Binary110111111010011100110101111010100101000110111111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FD326; }

 p { color: rgb(111,211,38); }

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

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

 a { background-color: rgb(111,211,38); }

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

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

 span { border-color: rgb(111,211,38); }

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