Html Css Color HEX #60BA44 Apple

📋 copy color: '#60BA44'

red 96 ◦ green 186 ◦ blue 68

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

Shades of Apple #60BA44

Tints of Apple #60BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 27.43%
G = 53.14%
B = 19.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#60BA44 (or 0x60BA44) is known color: Apple. HEX triplet: 60, BA and 44. RGB value is (96,186,68). Sum of RGB (Red+Green+Blue) = 96+186+68=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA44 is #9F45BB. Grayscale: #929292. Windows color (decimal): -10438076 or 4504160. OLE color: 4504160.

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

Color convert

RGB 96 186 68 -
CMYK 0.48 0 0.63 0.27
HSL 105.76º 0.46% 0.5% -
HSV(B) 105.76º 0.63% 0.73% -
XYZ 23.43 38.02 11.57 -
YUV 145.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 96 186 68 0.48 0 0.63 0.27 105.76 0.46 0.5
Hex 60 BA 44 30 0 3F 1B 6A 2E 32
Octal 140 272 104 60 0 77 33 152 56 62
Binary 1100000 10111010 1000100 110000 0 111111 11011 1101010 101110 110010

Color Harmonies of #60BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA44

Black with #60BA44

Text Example


Text Example

White with #60BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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