#61C249

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

Shades of Apple #61C249

Tints of Apple #61C249

Color information

#61C249 (or 0x61C249) is unknown color: approx Apple. HEX triplet: 61, C2 and 49. RGB value is (97,194,73). Sum of RGB (Red+Green+Blue) = 97+194+73=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #61C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C249 is #9E3DB6. Grayscale: #979797. Windows color (decimal): -10370487 or 4833889. OLE color: 4833889.

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

Color convert

RGB9719473-
CMYK0.5000.620.24
HSL108.1º49.79%52.35%-
HSV(B)108.1º62.37%76.08%-
XYZ25.4241.6112.99-
YUV151.283.8689.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=26.65%
G=53.30%
B=20.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97194730.5000.620.24108.149.7952.35
Hex61C2493203E186c3234
Octal14130211162076301546264
Binary11000011100001010010011100100111110110001101100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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