Html Css Color HEX #60CA41 Apple

📋 copy color: '#60CA41'

red 96 ◦ green 202 ◦ blue 65

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

Shades of Apple #60CA41

Tints of Apple #60CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 26.45%
G = 55.65%
B = 17.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#60CA41 (or 0x60CA41) is known color: Apple. HEX triplet: 60, CA and 41. RGB value is (96,202,65). Sum of RGB (Red+Green+Blue) = 96+202+65=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA41 is #9F35BE. Grayscale: #9B9B9B. Windows color (decimal): -10433983 or 4311648. OLE color: 4311648.

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

Color convert

RGB 96 202 65 -
CMYK 0.52 0 0.68 0.21
HSL 106.42º 0.56% 0.52% -
HSV(B) 106.42º 0.68% 0.79% -
XYZ 26.9 45.11 12.29 -
YUV 154.69 77.38 86.14 -
System Red Green Blue C M Y K H S L
Decimal 96 202 65 0.52 0 0.68 0.21 106.42 0.56 0.52
Hex 60 CA 41 34 0 44 15 6A 38 34
Octal 140 312 101 64 0 104 25 152 70 64
Binary 1100000 11001010 1000001 110100 0 1000100 10101 1101010 111000 110100

Color Harmonies of #60CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA41

Black with #60CA41

Text Example


Text Example

White with #60CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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