Html Css Color HEX #6ABE32 Apple

📋 copy color: '#6ABE32'

red 106 ◦ green 190 ◦ blue 50

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

Shades of Apple #6ABE32

Tints of Apple #6ABE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.91%

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

R = 30.64%
G = 54.91%
B = 14.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#6ABE32 (or 0x6ABE32) is known color: Apple. HEX triplet: 6A, BE and 32. RGB value is (106,190,50). Sum of RGB (Red+Green+Blue) = 106+190+50=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE32 is #9541CD. Grayscale: #959595. Windows color (decimal): -9781710 or 3325546. OLE color: 3325546.

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

Color convert

RGB 106 190 50 -
CMYK 0.44 0 0.74 0.25
HSL 96º 0.58% 0.47% -
HSV(B) 96º 0.74% 0.75% -
XYZ 24.93 40.12 9.45 -
YUV 148.92 72.17 97.38 -
System Red Green Blue C M Y K H S L
Decimal 106 190 50 0.44 0 0.74 0.25 96 0.58 0.47
Hex 6A BE 32 2C 0 4A 19 60 3A 2F
Octal 152 276 62 54 0 112 31 140 72 57
Binary 1101010 10111110 110010 101100 0 1001010 11001 1100000 111010 101111

Color Harmonies of #6ABE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABE32

Black with #6ABE32

Text Example


Text Example

White with #6ABE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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