Html Css Color HEX #60BF53 Apple

📋 copy color: '#60BF53'

red 96 ◦ green 191 ◦ blue 83

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

Shades of Apple #60BF53

Tints of Apple #60BF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 25.95%
G = 51.62%
B = 22.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#60BF53 (or 0x60BF53) is known color: Apple. HEX triplet: 60, BF and 53. RGB value is (96,191,83). Sum of RGB (Red+Green+Blue) = 96+191+83=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF53 is #9F40AC. Grayscale: #969696. Windows color (decimal): -10436781 or 5488480. OLE color: 5488480.

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

Color convert

RGB 96 191 83 -
CMYK 0.50 0 0.57 0.25
HSL 112.78º 0.46% 0.54% -
HSV(B) 112.78º 0.57% 0.75% -
XYZ 25.02 40.37 14.66 -
YUV 150.28 90.03 89.28 -
System Red Green Blue C M Y K H S L
Decimal 96 191 83 0.50 0 0.57 0.25 112.78 0.46 0.54
Hex 60 BF 53 32 0 39 19 71 2E 36
Octal 140 277 123 62 0 71 31 161 56 66
Binary 1100000 10111111 1010011 110010 0 111001 11001 1110001 101110 110110

Color Harmonies of #60BF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF53

Black with #60BF53

Text Example


Text Example

White with #60BF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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