Html Css Color HEX #6BC131 Apple

📋 copy color: '#6BC131'

red 107 ◦ green 193 ◦ blue 49

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

Shades of Apple #6BC131

Tints of Apple #6BC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.3%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 30.66%
G = 55.3%
B = 14.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#6BC131 (or 0x6BC131) is known color: Apple. HEX triplet: 6B, C1 and 31. RGB value is (107,193,49). Sum of RGB (Red+Green+Blue) = 107+193+49=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC131 is #943ECE. Grayscale: #979797. Windows color (decimal): -9715407 or 3260779. OLE color: 3260779.

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

Color convert

RGB 107 193 49 -
CMYK 0.45 0 0.75 0.24
HSL 95.83º 0.6% 0.47% -
HSV(B) 95.83º 0.75% 0.76% -
XYZ 25.69 41.49 9.56 -
YUV 150.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 107 193 49 0.45 0 0.75 0.24 95.83 0.6 0.47
Hex 6B C1 31 2D 0 4B 18 60 3C 2F
Octal 153 301 61 55 0 113 30 140 74 57
Binary 1101011 11000001 110001 101101 0 1001011 11000 1100000 111100 101111

Color Harmonies of #6BC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC131

Black with #6BC131

Text Example


Text Example

White with #6BC131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,49); }

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

background-color css

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

 a { background-color: rgb(107,193,49); }

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

border-color css

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

 span { border-color: rgb(107,193,49); }

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