#61CA36

Color #61CA36 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #61CA36

Tints of Apple #61CA36

Color information

#61CA36 (or 0x61CA36) is unknown color: approx Apple. HEX triplet: 61, CA and 36. RGB value is (97,202,54). Sum of RGB (Red+Green+Blue) = 97+202+54=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA36 is #9E35C9. Grayscale: #9A9A9A. Windows color (decimal): -10368458 or 3590753. OLE color: 3590753.

HSL color Cylindrical-coordinate representation of color #61CA36: hue angle of 102.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61CA36 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB9720254-
CMYK0.5200.730.21
HSL102.57º58.27%50.2%-
HSV(B)102.57º73.27%79.22%-
XYZ26.7245.0510.78-
YUV153.7371.7187.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=27.48%
G=57.22%
B=15.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202540.5200.730.21102.5758.2750.2
Hex61CA363404915673a32
Octal14131266640111251477262
Binary11000011100101011011011010001001001101011100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61CA36; }

 p { color: rgb(97,202,54); }

 H1.HeaderClassName
 {
   color: #61CA36;
 }
 .AnyTagClassName
 {
   color: #61CA36;
 }
</style>
background-color css

<style>
 a { background-color: #61CA36; }

 a { background-color: rgb(97,202,54); }

 div.DivClassName
 {
   background-color: #61CA36;
 }
 .BgClassName
 {
   background-color: #61CA36;
 }
</style>
border-color css

<style>
 span { border-color: #61CA36; }

 span { border-color: rgb(97,202,54); }

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