Html Css Color HEX #60BA2F Apple

📋 copy color: '#60BA2F'

red 96 ◦ green 186 ◦ blue 47

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

Shades of Apple #60BA2F

Tints of Apple #60BA2F

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

 GREEN value IS 186 (73.05% from 255) = 56.53%

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

R = 29.18%
G = 56.53%
B = 14.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#60BA2F (or 0x60BA2F) is known color: Apple. HEX triplet: 60, BA and 2F. RGB value is (96,186,47). Sum of RGB (Red+Green+Blue) = 96+186+47=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA2F is #9F45D0. Grayscale: #8F8F8F. Windows color (decimal): -10438097 or 3127904. OLE color: 3127904.

HSL color Cylindrical-coordinate representation of color #60BA2F: hue angle of 98.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60BA2F is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 47 -
CMYK 0.48 0 0.75 0.27
HSL 98.85º 0.6% 0.46% -
HSV(B) 98.85º 0.75% 0.73% -
XYZ 22.9 37.81 8.78 -
YUV 143.24 73.68 94.3 -
System Red Green Blue C M Y K H S L
Decimal 96 186 47 0.48 0 0.75 0.27 98.85 0.6 0.46
Hex 60 BA 2F 30 0 4B 1B 63 3C 2E
Octal 140 272 57 60 0 113 33 143 74 56
Binary 1100000 10111010 101111 110000 0 1001011 11011 1100011 111100 101110

Color Harmonies of #60BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA2F

Black with #60BA2F

Text Example


Text Example

White with #60BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BA2F; }

 p { color: rgb(96,186,47); }

 H1.HeaderClassName
 {
   color: #60BA2F;
 }
 .AnyTagClassName
 {
   color: #60BA2F;
 }
</style>

background-color css

<style>
 a { background-color: #60BA2F; }

 a { background-color: rgb(96,186,47); }

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

border-color css

<style>
 span { border-color: #60BA2F; }

 span { border-color: rgb(96,186,47); }

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