Html Css Color HEX #60BA41 Apple

📋 copy color: '#60BA41'

red 96 ◦ green 186 ◦ blue 65

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

Shades of Apple #60BA41

Tints of Apple #60BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 27.67%
G = 53.6%
B = 18.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#60BA41 (or 0x60BA41) is known color: Apple. HEX triplet: 60, BA and 41. RGB value is (96,186,65). Sum of RGB (Red+Green+Blue) = 96+186+65=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA41 is #9F45BE. Grayscale: #919191. Windows color (decimal): -10438079 or 4307552. OLE color: 4307552.

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

Color convert

RGB 96 186 65 -
CMYK 0.48 0 0.65 0.27
HSL 104.63º 0.48% 0.49% -
HSV(B) 104.63º 0.65% 0.73% -
XYZ 23.34 37.99 11.1 -
YUV 145.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 96 186 65 0.48 0 0.65 0.27 104.63 0.48 0.49
Hex 60 BA 41 30 0 41 1B 69 30 31
Octal 140 272 101 60 0 101 33 151 60 61
Binary 1100000 10111010 1000001 110000 0 1000001 11011 1101001 110000 110001

Color Harmonies of #60BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA41

Black with #60BA41

Text Example


Text Example

White with #60BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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