Html Css Color HEX #60BA3F Apple

📋 copy color: '#60BA3F'

red 96 ◦ green 186 ◦ blue 63

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

Shades of Apple #60BA3F

Tints of Apple #60BA3F

RGB

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

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

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

R = 27.83%
G = 53.91%
B = 18.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#60BA3F (or 0x60BA3F) is known color: Apple. HEX triplet: 60, BA and 3F. RGB value is (96,186,63). Sum of RGB (Red+Green+Blue) = 96+186+63=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA3F is #9F45C0. Grayscale: #919191. Windows color (decimal): -10438081 or 4176480. OLE color: 4176480.

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

Color convert

RGB 96 186 63 -
CMYK 0.48 0 0.66 0.27
HSL 103.9º 0.49% 0.49% -
HSV(B) 103.9º 0.66% 0.73% -
XYZ 23.28 37.96 10.8 -
YUV 145.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 96 186 63 0.48 0 0.66 0.27 103.9 0.49 0.49
Hex 60 BA 3F 30 0 42 1B 68 31 31
Octal 140 272 77 60 0 102 33 150 61 61
Binary 1100000 10111010 111111 110000 0 1000010 11011 1101000 110001 110001

Color Harmonies of #60BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA3F

Black with #60BA3F

Text Example


Text Example

White with #60BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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