Html Css Color HEX #60BD56 Apple

📋 copy color: '#60BD56'

red 96 ◦ green 189 ◦ blue 86

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

Shades of Apple #60BD56

Tints of Apple #60BD56

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.94%

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 25.88%
G = 50.94%
B = 23.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#60BD56 (or 0x60BD56) is known color: Apple. HEX triplet: 60, BD and 56. RGB value is (96,189,86). Sum of RGB (Red+Green+Blue) = 96+189+86=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD56 is #9F42A9. Grayscale: #959595. Windows color (decimal): -10437290 or 5684576. OLE color: 5684576.

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

Color convert

RGB 96 189 86 -
CMYK 0.49 0 0.54 0.26
HSL 114.17º 0.44% 0.54% -
HSV(B) 114.17º 0.54% 0.74% -
XYZ 24.7 39.55 15.14 -
YUV 149.45 92.19 89.88 -
System Red Green Blue C M Y K H S L
Decimal 96 189 86 0.49 0 0.54 0.26 114.17 0.44 0.54
Hex 60 BD 56 31 0 36 1A 72 2C 36
Octal 140 275 126 61 0 66 32 162 54 66
Binary 1100000 10111101 1010110 110001 0 110110 11010 1110010 101100 110110

Color Harmonies of #60BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD56

Black with #60BD56

Text Example


Text Example

White with #60BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,86); }

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

background-color css

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

 a { background-color: rgb(96,189,86); }

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

border-color css

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

 span { border-color: rgb(96,189,86); }

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