#61af3a

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

Shades of Apple #61AF3A

Tints of Apple #61AF3A

Color information

#61AF3A (or 0x61AF3A) is unknown color: approx Apple. HEX triplet: 61, AF and 3A. RGB value is (97,175,58). Sum of RGB (Red+Green+Blue) = 97+175+58=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AF3A is #9E50C5. Grayscale: #8A8A8A. Windows color (decimal): -10375366 or 3845985. OLE color: 3845985.

HSL color Cylindrical-coordinate representation of color #61AF3A: hue angle of 100º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61AF3A is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB9717558-
CMYK0.4500.670.31
HSL100º50.21%45.69%-
HSV(B)100º66.86%68.63%-
XYZ21.0233.519.36-
YUV138.3482.6698.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=29.39%
G=53.03%
B=17.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175580.4500.670.3110050.2145.69
Hex61AF3A2D0431F64322e
Octal14125772550103371446256
Binary11000011010111111101010110101000011111111100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61af3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,58); }

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

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

 a { background-color: rgb(97,175,58); }

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

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

 span { border-color: rgb(97,175,58); }

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