Html Css Color HEX #60BC40 Apple

📋 copy color: '#60BC40'

red 96 ◦ green 188 ◦ blue 64

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

Shades of Apple #60BC40

Tints of Apple #60BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 27.59%
G = 54.02%
B = 18.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#60BC40 (or 0x60BC40) is known color: Apple. HEX triplet: 60, BC and 40. RGB value is (96,188,64). Sum of RGB (Red+Green+Blue) = 96+188+64=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BC40 is #9F43BF. Grayscale: #929292. Windows color (decimal): -10437568 or 4242528. OLE color: 4242528.

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

Color convert

RGB 96 188 64 -
CMYK 0.49 0 0.66 0.26
HSL 104.52º 0.49% 0.49% -
HSV(B) 104.52º 0.66% 0.74% -
XYZ 23.73 38.82 11.09 -
YUV 146.36 81.52 92.08 -
System Red Green Blue C M Y K H S L
Decimal 96 188 64 0.49 0 0.66 0.26 104.52 0.49 0.49
Hex 60 BC 40 31 0 42 1A 69 31 31
Octal 140 274 100 61 0 102 32 151 61 61
Binary 1100000 10111100 1000000 110001 0 1000010 11010 1101001 110001 110001

Color Harmonies of #60BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC40

Black with #60BC40

Text Example


Text Example

White with #60BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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