#6BCD45

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

Shades of Apple #6BCD45

Tints of Apple #6BCD45

Color information

#6BCD45 (or 0x6BCD45) is unknown color: approx Apple. HEX triplet: 6B, CD and 45. RGB value is (107,205,69). Sum of RGB (Red+Green+Blue) = 107+205+69=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD45 is #9432BA. Grayscale: #A0A0A0. Windows color (decimal): -9712315 or 4574571. OLE color: 4574571.

HSL color Cylindrical-coordinate representation of color #6BCD45: hue angle of 103.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BCD45 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB10720569-
CMYK0.4800.660.20
HSL103.24º57.63%53.73%-
HSV(B)103.24º66.34%80.39%-
XYZ28.9747.2213.22-
YUV160.1976.5390.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 205 (80.47% from 255) = 53.81%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=28.08%
G=53.81%
B=18.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205690.4800.660.20103.2457.6353.73
Hex6BCD453004214673a36
Octal153315105600102241477266
Binary110101111001101100010111000001000010101001100111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,69); }

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

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

 a { background-color: rgb(107,205,69); }

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

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

 span { border-color: rgb(107,205,69); }

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