#61C255

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

Shades of Apple #61C255

Tints of Apple #61C255

Color information

#61C255 (or 0x61C255) is unknown color: approx Apple. HEX triplet: 61, C2 and 55. RGB value is (97,194,85). Sum of RGB (Red+Green+Blue) = 97+194+85=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #61C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C255 is #9E3DAA. Grayscale: #989898. Windows color (decimal): -10370475 or 5620321. OLE color: 5620321.

HSL color Cylindrical-coordinate representation of color #61C255: hue angle of 113.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C255 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB9719485-
CMYK0.5000.560.24
HSL113.39º47.19%54.71%-
HSV(B)113.39º56.19%76.08%-
XYZ25.8641.7815.3-
YUV152.5789.8688.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 194 (76.17% from 255) = 51.60%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=25.80%
G=51.60%
B=22.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97194850.5000.560.24113.3947.1954.71
Hex61C2553203818712f37
Octal14130212562070301615767
Binary11000011100001010101011100100111000110001110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,85); }

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

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

 a { background-color: rgb(97,194,85); }

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

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

 span { border-color: rgb(97,194,85); }

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