Html Css Color HEX #6ABF3F Apple

📋 copy color: '#6ABF3F'

red 106 ◦ green 191 ◦ blue 63

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

Shades of Apple #6ABF3F

Tints of Apple #6ABF3F

RGB

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

 GREEN value IS 191 (75% from 255) = 53.06%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 29.44%
G = 53.06%
B = 17.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#6ABF3F (or 0x6ABF3F) is known color: Apple. HEX triplet: 6A, BF and 3F. RGB value is (106,191,63). Sum of RGB (Red+Green+Blue) = 106+191+63=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF3F is #9540C0. Grayscale: #979797. Windows color (decimal): -9781441 or 4177770. OLE color: 4177770.

HSL color Cylindrical-coordinate representation of color #6ABF3F: hue angle of 99.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ABF3F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 63 -
CMYK 0.45 0 0.67 0.25
HSL 99.84º 0.5% 0.5% -
HSV(B) 99.84º 0.67% 0.75% -
XYZ 25.47 40.68 11.21 -
YUV 150.99 78.34 95.91 -
System Red Green Blue C M Y K H S L
Decimal 106 191 63 0.45 0 0.67 0.25 99.84 0.5 0.5
Hex 6A BF 3F 2D 0 43 19 64 32 32
Octal 152 277 77 55 0 103 31 144 62 62
Binary 1101010 10111111 111111 101101 0 1000011 11001 1100100 110010 110010

Color Harmonies of #6ABF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF3F

Black with #6ABF3F

Text Example


Text Example

White with #6ABF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,63); }

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

background-color css

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

 a { background-color: rgb(106,191,63); }

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

border-color css

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

 span { border-color: rgb(106,191,63); }

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