Html Css Color HEX #60BF55 Apple

📋 copy color: '#60BF55'

red 96 ◦ green 191 ◦ blue 85

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

Shades of Apple #60BF55

Tints of Apple #60BF55

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 25.81%
G = 51.34%
B = 22.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#60BF55 (or 0x60BF55) is known color: Apple. HEX triplet: 60, BF and 55. RGB value is (96,191,85). Sum of RGB (Red+Green+Blue) = 96+191+85=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF55 is #9F40AA. Grayscale: #969696. Windows color (decimal): -10436779 or 5619552. OLE color: 5619552.

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

Color convert

RGB 96 191 85 -
CMYK 0.50 0 0.55 0.25
HSL 113.77º 0.45% 0.54% -
HSV(B) 113.77º 0.55% 0.75% -
XYZ 25.09 40.4 15.07 -
YUV 150.51 91.03 89.12 -
System Red Green Blue C M Y K H S L
Decimal 96 191 85 0.50 0 0.55 0.25 113.77 0.45 0.54
Hex 60 BF 55 32 0 37 19 72 2D 36
Octal 140 277 125 62 0 67 31 162 55 66
Binary 1100000 10111111 1010101 110010 0 110111 11001 1110010 101101 110110

Color Harmonies of #60BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF55

Black with #60BF55

Text Example


Text Example

White with #60BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,85); }

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

background-color css

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

 a { background-color: rgb(96,191,85); }

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

border-color css

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

 span { border-color: rgb(96,191,85); }

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