Html Css Color HEX #6BC340 Apple

📋 copy color: '#6BC340'

red 107 ◦ green 195 ◦ blue 64

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

Shades of Apple #6BC340

Tints of Apple #6BC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.28%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 29.23%
G = 53.28%
B = 17.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#6BC340 (or 0x6BC340) is known color: Apple. HEX triplet: 6B, C3 and 40. RGB value is (107,195,64). Sum of RGB (Red+Green+Blue) = 107+195+64=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC340 is #943CBF. Grayscale: #9A9A9A. Windows color (decimal): -9714880 or 4244331. OLE color: 4244331.

HSL color Cylindrical-coordinate representation of color #6BC340: hue angle of 100.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BC340 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 195 64 -
CMYK 0.45 0 0.67 0.24
HSL 100.31º 0.52% 0.51% -
HSV(B) 100.31º 0.67% 0.76% -
XYZ 26.5 42.53 11.66 -
YUV 153.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 107 195 64 0.45 0 0.67 0.24 100.31 0.52 0.51
Hex 6B C3 40 2D 0 43 18 64 34 33
Octal 153 303 100 55 0 103 30 144 64 63
Binary 1101011 11000011 1000000 101101 0 1000011 11000 1100100 110100 110011

Color Harmonies of #6BC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC340

Black with #6BC340

Text Example


Text Example

White with #6BC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,195,64); }

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

background-color css

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

 a { background-color: rgb(107,195,64); }

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

border-color css

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

 span { border-color: rgb(107,195,64); }

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