Html Css Color HEX #60C13D Apple

📋 copy color: '#60C13D'

red 96 ◦ green 193 ◦ blue 61

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

Shades of Apple #60C13D

Tints of Apple #60C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.14%

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 27.43%
G = 55.14%
B = 17.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#60C13D (or 0x60C13D) is known color: Apple. HEX triplet: 60, C1 and 3D. RGB value is (96,193,61). Sum of RGB (Red+Green+Blue) = 96+193+61=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #60C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C13D is #9F3EC2. Grayscale: #959595. Windows color (decimal): -10436291 or 4047200. OLE color: 4047200.

HSL color Cylindrical-coordinate representation of color #60C13D: hue angle of 104.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60C13D is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 61 -
CMYK 0.50 0 0.68 0.24
HSL 104.09º 0.52% 0.5% -
HSV(B) 104.09º 0.68% 0.76% -
XYZ 24.74 40.96 11.02 -
YUV 148.95 78.36 90.23 -
System Red Green Blue C M Y K H S L
Decimal 96 193 61 0.50 0 0.68 0.24 104.09 0.52 0.5
Hex 60 C1 3D 32 0 44 18 68 34 32
Octal 140 301 75 62 0 104 30 150 64 62
Binary 1100000 11000001 111101 110010 0 1000100 11000 1101000 110100 110010

Color Harmonies of #60C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C13D

Black with #60C13D

Text Example


Text Example

White with #60C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,193,61); }

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

background-color css

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

 a { background-color: rgb(96,193,61); }

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

border-color css

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

 span { border-color: rgb(96,193,61); }

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