#6DBB50

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

Shades of Apple #6DBB50

Tints of Apple #6DBB50

Color information

#6DBB50 (or 0x6DBB50) is unknown color: approx Apple. HEX triplet: 6D, BB and 50. RGB value is (109,187,80). Sum of RGB (Red+Green+Blue) = 109+187+80=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBB50 is #9244AF. Grayscale: #979797. Windows color (decimal): -9585840 or 5290861. OLE color: 5290861.

HSL color Cylindrical-coordinate representation of color #6DBB50: hue angle of 103.74º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBB50 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB10918780-
CMYK0.4200.570.27
HSL103.74º44.03%52.35%-
HSV(B)103.74º57.22%73.33%-
XYZ25.5239.3713.84-
YUV151.4887.6697.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=28.99%
G=49.73%
B=21.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109187800.4200.570.27103.7444.0352.35
Hex6DBB502A0391B682c34
Octal15527312052071331505464
Binary11011011011101110100001010100111001110111101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,187,80); }

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

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

 a { background-color: rgb(109,187,80); }

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

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

 span { border-color: rgb(109,187,80); }

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