Html Css Color HEX #60C031 Apple

📋 copy color: '#60C031'

red 96 ◦ green 192 ◦ blue 49

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

Shades of Apple #60C031

Tints of Apple #60C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 28.49%
G = 56.97%
B = 14.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#60C031 (or 0x60C031) is known color: Apple. HEX triplet: 60, C0 and 31. RGB value is (96,192,49). Sum of RGB (Red+Green+Blue) = 96+192+49=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #60C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C031 is #9F3FCE. Grayscale: #939393. Windows color (decimal): -10436559 or 3260512. OLE color: 3260512.

HSL color Cylindrical-coordinate representation of color #60C031: hue angle of 100.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60C031 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 192 49 -
CMYK 0.50 0 0.74 0.25
HSL 100.28º 0.59% 0.47% -
HSV(B) 100.28º 0.74% 0.75% -
XYZ 24.23 40.41 9.43 -
YUV 146.99 72.7 91.63 -
System Red Green Blue C M Y K H S L
Decimal 96 192 49 0.50 0 0.74 0.25 100.28 0.59 0.47
Hex 60 C0 31 32 0 4A 19 64 3B 2F
Octal 140 300 61 62 0 112 31 144 73 57
Binary 1100000 11000000 110001 110010 0 1001010 11001 1100100 111011 101111

Color Harmonies of #60C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C031

Black with #60C031

Text Example


Text Example

White with #60C031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,192,49); }

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

background-color css

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

 a { background-color: rgb(96,192,49); }

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

border-color css

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

 span { border-color: rgb(96,192,49); }

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