#61CB41

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

Shades of Apple #61CB41

Tints of Apple #61CB41

Color information

#61CB41 (or 0x61CB41) is unknown color: approx Apple. HEX triplet: 61, CB and 41. RGB value is (97,203,65). Sum of RGB (Red+Green+Blue) = 97+203+65=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CB41 is #9E34BE. Grayscale: #9C9C9C. Windows color (decimal): -10368191 or 4311905. OLE color: 4311905.

HSL color Cylindrical-coordinate representation of color #61CB41: hue angle of 106.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61CB41 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB9720365-
CMYK0.5200.680.20
HSL106.09º57.02%52.55%-
HSV(B)106.09º67.98%79.61%-
XYZ27.2445.6312.37-
YUV155.5776.8886.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 203 (79.69% from 255) = 55.62%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=26.58%
G=55.62%
B=17.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97203650.5200.680.20106.0957.0252.55
Hex61CB4134044146a3935
Octal141313101640104241527165
Binary110000111001011100000111010001000100101001101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,203,65); }

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

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

 a { background-color: rgb(97,203,65); }

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

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

 span { border-color: rgb(97,203,65); }

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