Html Css Color HEX #60BC31 Apple

📋 copy color: '#60BC31'

red 96 ◦ green 188 ◦ blue 49

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

Shades of Apple #60BC31

Tints of Apple #60BC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

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

R = 28.83%
G = 56.46%
B = 14.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#60BC31 (or 0x60BC31) is known color: Apple. HEX triplet: 60, BC and 31. RGB value is (96,188,49). Sum of RGB (Red+Green+Blue) = 96+188+49=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BC31 is #9F43CE. Grayscale: #919191. Windows color (decimal): -10437583 or 3259488. OLE color: 3259488.

HSL color Cylindrical-coordinate representation of color #60BC31: hue angle of 99.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60BC31 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 49 -
CMYK 0.49 0 0.74 0.26
HSL 99.71º 0.59% 0.46% -
HSV(B) 99.71º 0.74% 0.74% -
XYZ 23.36 38.67 9.14 -
YUV 144.65 74.02 93.3 -
System Red Green Blue C M Y K H S L
Decimal 96 188 49 0.49 0 0.74 0.26 99.71 0.59 0.46
Hex 60 BC 31 31 0 4A 1A 64 3B 2E
Octal 140 274 61 61 0 112 32 144 73 56
Binary 1100000 10111100 110001 110001 0 1001010 11010 1100100 111011 101110

Color Harmonies of #60BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC31

Black with #60BC31

Text Example


Text Example

White with #60BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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