#61B244

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

Shades of Apple #61B244

Tints of Apple #61B244

Color information

#61B244 (or 0x61B244) is unknown color: approx Apple. HEX triplet: 61, B2 and 44. RGB value is (97,178,68). Sum of RGB (Red+Green+Blue) = 97+178+68=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #61B244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B244 is #9E4DBB. Grayscale: #8D8D8D. Windows color (decimal): -10374588 or 4502113. OLE color: 4502113.

HSL color Cylindrical-coordinate representation of color #61B244: hue angle of 104.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61B244 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB9717868-
CMYK0.4600.620.30
HSL104.18º44.72%48.24%-
HSV(B)104.18º61.8%69.8%-
XYZ21.8934.811.03-
YUV141.2486.6696.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=28.28%
G=51.90%
B=19.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97178680.4600.620.30104.1844.7248.24
Hex61B2442E03E1E682d30
Octal14126210456076361505560
Binary11000011011001010001001011100111110111101101000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,178,68); }

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

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

 a { background-color: rgb(97,178,68); }

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

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

 span { border-color: rgb(97,178,68); }

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