Html Css Color HEX #60C134 Apple

📋 copy color: '#60C134'

red 96 ◦ green 193 ◦ blue 52

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

Shades of Apple #60C134

Tints of Apple #60C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 28.15%
G = 56.6%
B = 15.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#60C134 (or 0x60C134) is known color: Apple. HEX triplet: 60, C1 and 34. RGB value is (96,193,52). Sum of RGB (Red+Green+Blue) = 96+193+52=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #60C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C134 is #9F3ECB. Grayscale: #949494. Windows color (decimal): -10436300 or 3457376. OLE color: 3457376.

HSL color Cylindrical-coordinate representation of color #60C134: hue angle of 101.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60C134 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 52 -
CMYK 0.50 0 0.73 0.24
HSL 101.28º 0.58% 0.48% -
HSV(B) 101.28º 0.73% 0.76% -
XYZ 24.51 40.87 9.85 -
YUV 147.92 73.86 90.96 -
System Red Green Blue C M Y K H S L
Decimal 96 193 52 0.50 0 0.73 0.24 101.28 0.58 0.48
Hex 60 C1 34 32 0 49 18 65 3A 30
Octal 140 301 64 62 0 111 30 145 72 60
Binary 1100000 11000001 110100 110010 0 1001001 11000 1100101 111010 110000

Color Harmonies of #60C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C134

Black with #60C134

Text Example


Text Example

White with #60C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,193,52); }

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

background-color css

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

 a { background-color: rgb(96,193,52); }

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

border-color css

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

 span { border-color: rgb(96,193,52); }

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