Html Css Color HEX #60CA32 Apple

📋 copy color: '#60CA32'

red 96 ◦ green 202 ◦ blue 50

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

Shades of Apple #60CA32

Tints of Apple #60CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.05%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 27.59%
G = 58.05%
B = 14.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#60CA32 (or 0x60CA32) is known color: Apple. HEX triplet: 60, CA and 32. RGB value is (96,202,50). Sum of RGB (Red+Green+Blue) = 96+202+50=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA32 is #9F35CD. Grayscale: #999999. Windows color (decimal): -10433998 or 3328608. OLE color: 3328608.

HSL color Cylindrical-coordinate representation of color #60CA32: hue angle of 101.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60CA32 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 50 -
CMYK 0.52 0 0.75 0.21
HSL 101.84º 0.6% 0.49% -
HSV(B) 101.84º 0.75% 0.79% -
XYZ 26.52 44.96 10.3 -
YUV 152.98 69.88 87.36 -
System Red Green Blue C M Y K H S L
Decimal 96 202 50 0.52 0 0.75 0.21 101.84 0.6 0.49
Hex 60 CA 32 34 0 4B 15 66 3C 31
Octal 140 312 62 64 0 113 25 146 74 61
Binary 1100000 11001010 110010 110100 0 1001011 10101 1100110 111100 110001

Color Harmonies of #60CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA32

Black with #60CA32

Text Example


Text Example

White with #60CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,50); }

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

background-color css

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

 a { background-color: rgb(96,202,50); }

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

border-color css

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

 span { border-color: rgb(96,202,50); }

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