Html Css Color HEX #6ABF2F Apple

📋 copy color: '#6ABF2F'

red 106 ◦ green 191 ◦ blue 47

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

Shades of Apple #6ABF2F

Tints of Apple #6ABF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 30.81%
G = 55.52%
B = 13.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#6ABF2F (or 0x6ABF2F) is known color: Apple. HEX triplet: 6A, BF and 2F. RGB value is (106,191,47). Sum of RGB (Red+Green+Blue) = 106+191+47=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF2F is #9540D0. Grayscale: #959595. Windows color (decimal): -9781457 or 3129194. OLE color: 3129194.

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

Color convert

RGB 106 191 47 -
CMYK 0.45 0 0.75 0.25
HSL 95.42º 0.61% 0.47% -
HSV(B) 95.42º 0.75% 0.75% -
XYZ 25.09 40.53 9.19 -
YUV 149.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 106 191 47 0.45 0 0.75 0.25 95.42 0.61 0.47
Hex 6A BF 2F 2D 0 4B 19 5F 3D 2F
Octal 152 277 57 55 0 113 31 137 75 57
Binary 1101010 10111111 101111 101101 0 1001011 11001 1011111 111101 101111

Color Harmonies of #6ABF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF2F

Black with #6ABF2F

Text Example


Text Example

White with #6ABF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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