Html Css Color HEX #60C04B Apple

📋 copy color: '#60C04B'

red 96 ◦ green 192 ◦ blue 75

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

Shades of Apple #60C04B

Tints of Apple #60C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 26.45%
G = 52.89%
B = 20.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#60C04B (or 0x60C04B) is known color: Apple. HEX triplet: 60, C0 and 4B. RGB value is (96,192,75). Sum of RGB (Red+Green+Blue) = 96+192+75=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #60C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C04B is #9F3FB4. Grayscale: #969696. Windows color (decimal): -10436533 or 4964448. OLE color: 4964448.

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

Color convert

RGB 96 192 75 -
CMYK 0.50 0 0.61 0.25
HSL 109.23º 0.48% 0.52% -
HSV(B) 109.23º 0.61% 0.75% -
XYZ 24.94 40.69 13.2 -
YUV 149.96 85.7 89.51 -
System Red Green Blue C M Y K H S L
Decimal 96 192 75 0.50 0 0.61 0.25 109.23 0.48 0.52
Hex 60 C0 4B 32 0 3D 19 6D 30 34
Octal 140 300 113 62 0 75 31 155 60 64
Binary 1100000 11000000 1001011 110010 0 111101 11001 1101101 110000 110100

Color Harmonies of #60C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C04B

Black with #60C04B

Text Example


Text Example

White with #60C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,192,75); }

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

background-color css

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

 a { background-color: rgb(96,192,75); }

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

border-color css

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

 span { border-color: rgb(96,192,75); }

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