Html Css Color HEX #60BD50 Apple

📋 copy color: '#60BD50'

red 96 ◦ green 189 ◦ blue 80

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

Shades of Apple #60BD50

Tints of Apple #60BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 26.3%
G = 51.78%
B = 21.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#60BD50 (or 0x60BD50) is known color: Apple. HEX triplet: 60, BD and 50. RGB value is (96,189,80). Sum of RGB (Red+Green+Blue) = 96+189+80=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD50 is #9F42AF. Grayscale: #959595. Windows color (decimal): -10437296 or 5291360. OLE color: 5291360.

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

Color convert

RGB 96 189 80 -
CMYK 0.49 0 0.58 0.26
HSL 111.19º 0.45% 0.53% -
HSV(B) 111.19º 0.58% 0.74% -
XYZ 24.47 39.46 13.92 -
YUV 148.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 96 189 80 0.49 0 0.58 0.26 111.19 0.45 0.53
Hex 60 BD 50 31 0 3A 1A 6F 2D 35
Octal 140 275 120 61 0 72 32 157 55 65
Binary 1100000 10111101 1010000 110001 0 111010 11010 1101111 101101 110101

Color Harmonies of #60BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD50

Black with #60BD50

Text Example


Text Example

White with #60BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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