#6bd12b

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

Shades of Apple #6BD12B

Tints of Apple #6BD12B

Color information

#6BD12B (or 0x6BD12B) is unknown color: approx Apple. HEX triplet: 6B, D1 and 2B. RGB value is (107,209,43). Sum of RGB (Red+Green+Blue) = 107+209+43=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD12B is #942ED4. Grayscale: #A0A0A0. Windows color (decimal): -9711317 or 2871659. OLE color: 2871659.

HSL color Cylindrical-coordinate representation of color #6BD12B: hue angle of 96.87º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BD12B is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB10720943-
CMYK0.4900.790.18
HSL96.87º65.87%49.41%-
HSV(B)96.87º79.43%81.96%-
XYZ29.348.910.18-
YUV159.5862.2190.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=29.81%
G=58.22%
B=11.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107209430.4900.790.1896.8765.8749.41
Hex6BD12B3104F12614231
Octal153321536101172214110261
Binary110101111010001101011110001010011111001011000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bd12b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,209,43); }

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

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

 a { background-color: rgb(107,209,43); }

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

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

 span { border-color: rgb(107,209,43); }

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