#6BCD42

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

Shades of Apple #6BCD42

Tints of Apple #6BCD42

Color information

#6BCD42 (or 0x6BCD42) is unknown color: approx Apple. HEX triplet: 6B, CD and 42. RGB value is (107,205,66). Sum of RGB (Red+Green+Blue) = 107+205+66=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD42 is #9432BD. Grayscale: #A0A0A0. Windows color (decimal): -9712318 or 4377963. OLE color: 4377963.

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

Color convert

RGB10720566-
CMYK0.4800.680.20
HSL102.3º58.16%53.14%-
HSV(B)102.3º67.8%80.39%-
XYZ28.8847.1812.74-
YUV159.8575.0390.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 205 (80.47% from 255) = 54.23%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=28.31%
G=54.23%
B=17.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205660.4800.680.20102.358.1653.14
Hex6BCD423004414663a35
Octal153315102600104241467265
Binary110101111001101100001011000001000100101001100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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