Html Css Color HEX #6BC850 Apple

📋 copy color: '#6BC850'

red 107 ◦ green 200 ◦ blue 80

#6BC850
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6BC850

Tints of Apple #6BC850

RGB

 RED value IS 107 (42.19% from 255) = 27.65%

 GREEN value IS 200 (78.52% from 255) = 51.68%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 27.65%
G = 51.68%
B = 20.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#6BC850 (or 0x6BC850) is known color: Apple. HEX triplet: 6B, C8 and 50. RGB value is (107,200,80). Sum of RGB (Red+Green+Blue) = 107+200+80=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC850 is #9437AF. Grayscale: #9E9E9E. Windows color (decimal): -9713584 or 5294187. OLE color: 5294187.

HSL color Cylindrical-coordinate representation of color #6BC850: hue angle of 106.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BC850 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 200 80 -
CMYK 0.46 0 0.6 0.22
HSL 106.5º 0.52% 0.55% -
HSV(B) 106.5º 0.6% 0.78% -
XYZ 28.17 45.01 14.79 -
YUV 158.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 107 200 80 0.46 0 0.6 0.22 106.5 0.52 0.55
Hex 6B C8 50 2E 0 3C 16 6A 34 37
Octal 153 310 120 56 0 74 26 152 64 67
Binary 1101011 11001000 1010000 101110 0 111100 10110 1101010 110100 110111

Color Harmonies of #6BC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC850

Black with #6BC850

Text Example


Text Example

White with #6BC850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,200,80); }

 H1.HeaderClassName
 {
   color: #6BC850;
 }
 .AnyTagClassName
 {
   color: #6BC850;
 }
</style>

background-color css

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

 a { background-color: rgb(107,200,80); }

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

border-color css

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

 span { border-color: rgb(107,200,80); }

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