Html Css Color HEX #6ABC32 Apple

📋 copy color: '#6ABC32'

red 106 ◦ green 188 ◦ blue 50

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

Shades of Apple #6ABC32

Tints of Apple #6ABC32

RGB

 RED value IS 106 (41.8% from 255) = 30.81%

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 30.81%
G = 54.65%
B = 14.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#6ABC32 (or 0x6ABC32) is known color: Apple. HEX triplet: 6A, BC and 32. RGB value is (106,188,50). Sum of RGB (Red+Green+Blue) = 106+188+50=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC32 is #9543CD. Grayscale: #949494. Windows color (decimal): -9782222 or 3325034. OLE color: 3325034.

HSL color Cylindrical-coordinate representation of color #6ABC32: hue angle of 95.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ABC32 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 188 50 -
CMYK 0.44 0 0.73 0.26
HSL 95.65º 0.58% 0.47% -
HSV(B) 95.65º 0.73% 0.74% -
XYZ 24.5 39.26 9.3 -
YUV 147.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 106 188 50 0.44 0 0.73 0.26 95.65 0.58 0.47
Hex 6A BC 32 2C 0 49 1A 60 3A 2F
Octal 152 274 62 54 0 111 32 140 72 57
Binary 1101010 10111100 110010 101100 0 1001001 11010 1100000 111010 101111

Color Harmonies of #6ABC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC32

Black with #6ABC32

Text Example


Text Example

White with #6ABC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,50); }

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

background-color css

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

 a { background-color: rgb(106,188,50); }

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

border-color css

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

 span { border-color: rgb(106,188,50); }

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