#61C533

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

Shades of Apple #61C533

Tints of Apple #61C533

Color information

#61C533 (or 0x61C533) is unknown color: approx Apple. HEX triplet: 61, C5 and 33. RGB value is (97,197,51). Sum of RGB (Red+Green+Blue) = 97+197+51=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #61C533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C533 is #9E3ACC. Grayscale: #969696. Windows color (decimal): -10369741 or 3392865. OLE color: 3392865.

HSL color Cylindrical-coordinate representation of color #61C533: hue angle of 101.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61C533 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB9719751-
CMYK0.5100.740.23
HSL101.1º58.87%48.63%-
HSV(B)101.1º74.11%77.25%-
XYZ25.4942.7110.03-
YUV150.4671.8789.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 197 (77.34% from 255) = 57.10%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=28.12%
G=57.10%
B=14.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97197510.5100.740.23101.158.8748.63
Hex61C5333304A17653b31
Octal14130563630112271457361
Binary11000011100010111001111001101001010101111100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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