#6bdc3c

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

Shades of Apple #6BDC3C

Tints of Apple #6BDC3C

Color information

#6BDC3C (or 0x6BDC3C) is unknown color: approx Apple. HEX triplet: 6B, DC and 3C. RGB value is (107,220,60). Sum of RGB (Red+Green+Blue) = 107+220+60=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC3C is #9423C3. Grayscale: #A8A8A8. Windows color (decimal): -9708484 or 3988587. OLE color: 3988587.

HSL color Cylindrical-coordinate representation of color #6BDC3C: hue angle of 102.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BDC3C is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB10722060-
CMYK0.5100.730.14
HSL102.38º69.57%54.9%-
HSV(B)102.38º72.73%86.27%-
XYZ32.4754.6413.11-
YUV167.9767.0684.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 220 (86.33% from 255) = 56.85%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=27.65%
G=56.85%
B=15.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107220600.5100.730.14102.3869.5754.9
Hex6BDC3C33049E664637
Octal153334746301111614610667
Binary11010111101110011110011001101001001111011001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bdc3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,220,60); }

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

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

 a { background-color: rgb(107,220,60); }

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

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

 span { border-color: rgb(107,220,60); }

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