#61C033

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

Shades of Apple #61C033

Tints of Apple #61C033

Color information

#61C033 (or 0x61C033) is unknown color: approx Apple. HEX triplet: 61, C0 and 33. RGB value is (97,192,51). Sum of RGB (Red+Green+Blue) = 97+192+51=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #61C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C033 is #9E3FCC. Grayscale: #939393. Windows color (decimal): -10371021 or 3391585. OLE color: 3391585.

HSL color Cylindrical-coordinate representation of color #61C033: hue angle of 100.43º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61C033 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB9719251-
CMYK0.4900.730.25
HSL100.43º58.02%47.65%-
HSV(B)100.43º73.44%75.29%-
XYZ24.3840.489.66-
YUV147.5273.5391.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 192 (75.39% from 255) = 56.47%
BLUE value IS 51 (20.31% from 255) = 15%
R=28.53%
G=56.47%
B=15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97192510.4900.730.25100.4358.0247.65
Hex61C0333104919643a30
Octal14130063610111311447260
Binary11000011100000011001111000101001001110011100100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,51); }

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

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

 a { background-color: rgb(97,192,51); }

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

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

 span { border-color: rgb(97,192,51); }

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