Html Css Color HEX #60C232 Apple

📋 copy color: '#60C232'

red 96 ◦ green 194 ◦ blue 50

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

Shades of Apple #60C232

Tints of Apple #60C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 28.24%
G = 57.06%
B = 14.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#60C232 (or 0x60C232) is known color: Apple. HEX triplet: 60, C2 and 32. RGB value is (96,194,50). Sum of RGB (Red+Green+Blue) = 96+194+50=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #60C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C232 is #9F3DCD. Grayscale: #949494. Windows color (decimal): -10436046 or 3326560. OLE color: 3326560.

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

Color convert

RGB 96 194 50 -
CMYK 0.51 0 0.74 0.24
HSL 100.83º 0.59% 0.48% -
HSV(B) 100.83º 0.74% 0.76% -
XYZ 24.69 41.3 9.69 -
YUV 148.28 72.53 90.71 -
System Red Green Blue C M Y K H S L
Decimal 96 194 50 0.51 0 0.74 0.24 100.83 0.59 0.48
Hex 60 C2 32 33 0 4A 18 65 3B 30
Octal 140 302 62 63 0 112 30 145 73 60
Binary 1100000 11000010 110010 110011 0 1001010 11000 1100101 111011 110000

Color Harmonies of #60C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C232

Black with #60C232

Text Example


Text Example

White with #60C232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,194,50); }

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

background-color css

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

 a { background-color: rgb(96,194,50); }

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

border-color css

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

 span { border-color: rgb(96,194,50); }

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