Html Css Color HEX #60C740 Apple

📋 copy color: '#60C740'

red 96 ◦ green 199 ◦ blue 64

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

Shades of Apple #60C740

Tints of Apple #60C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.43%

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

R = 26.74%
G = 55.43%
B = 17.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#60C740 (or 0x60C740) is known color: Apple. HEX triplet: 60, C7 and 40. RGB value is (96,199,64). Sum of RGB (Red+Green+Blue) = 96+199+64=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #60C740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C740 is #9F38BF. Grayscale: #999999. Windows color (decimal): -10434752 or 4245344. OLE color: 4245344.

HSL color Cylindrical-coordinate representation of color #60C740: hue angle of 105.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60C740 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 199 64 -
CMYK 0.52 0 0.68 0.22
HSL 105.78º 0.55% 0.52% -
HSV(B) 105.78º 0.68% 0.78% -
XYZ 26.17 43.7 11.91 -
YUV 152.81 77.88 87.48 -
System Red Green Blue C M Y K H S L
Decimal 96 199 64 0.52 0 0.68 0.22 105.78 0.55 0.52
Hex 60 C7 40 34 0 44 16 6A 37 34
Octal 140 307 100 64 0 104 26 152 67 64
Binary 1100000 11000111 1000000 110100 0 1000100 10110 1101010 110111 110100

Color Harmonies of #60C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C740

Black with #60C740

Text Example


Text Example

White with #60C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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