Html Css Color HEX #60C64B Apple

📋 copy color: '#60C64B'

red 96 ◦ green 198 ◦ blue 75

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

Shades of Apple #60C64B

Tints of Apple #60C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.66%

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

R = 26.02%
G = 53.66%
B = 20.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#60C64B (or 0x60C64B) is known color: Apple. HEX triplet: 60, C6 and 4B. RGB value is (96,198,75). Sum of RGB (Red+Green+Blue) = 96+198+75=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #60C64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C64B is #9F39B4. Grayscale: #999999. Windows color (decimal): -10434997 or 4965984. OLE color: 4965984.

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

Color convert

RGB 96 198 75 -
CMYK 0.52 0 0.62 0.22
HSL 109.76º 0.52% 0.54% -
HSV(B) 109.76º 0.62% 0.78% -
XYZ 26.29 43.38 13.64 -
YUV 153.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 96 198 75 0.52 0 0.62 0.22 109.76 0.52 0.54
Hex 60 C6 4B 34 0 3E 16 6E 34 36
Octal 140 306 113 64 0 76 26 156 64 66
Binary 1100000 11000110 1001011 110100 0 111110 10110 1101110 110100 110110

Color Harmonies of #60C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C64B

Black with #60C64B

Text Example


Text Example

White with #60C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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