Html Css Color HEX #6ABF30 Apple

📋 copy color: '#6ABF30'

red 106 ◦ green 191 ◦ blue 48

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

Shades of Apple #6ABF30

Tints of Apple #6ABF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 30.72%
G = 55.36%
B = 13.91%

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

#6ABF30 (or 0x6ABF30) is known color: Apple. HEX triplet: 6A, BF and 30. RGB value is (106,191,48). Sum of RGB (Red+Green+Blue) = 106+191+48=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF30 is #9540CF. Grayscale: #959595. Windows color (decimal): -9781456 or 3194730. OLE color: 3194730.

HSL color Cylindrical-coordinate representation of color #6ABF30: hue angle of 95.66º degrees, saturation: 0.6, 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 #6ABF30 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 48 -
CMYK 0.45 0 0.75 0.25
HSL 95.66º 0.6% 0.47% -
HSV(B) 95.66º 0.75% 0.75% -
XYZ 25.11 40.54 9.3 -
YUV 149.28 70.84 97.13 -
System Red Green Blue C M Y K H S L
Decimal 106 191 48 0.45 0 0.75 0.25 95.66 0.6 0.47
Hex 6A BF 30 2D 0 4B 19 60 3C 2F
Octal 152 277 60 55 0 113 31 140 74 57
Binary 1101010 10111111 110000 101101 0 1001011 11001 1100000 111100 101111

Color Harmonies of #6ABF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF30

Black with #6ABF30

Text Example


Text Example

White with #6ABF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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