#61BF44

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

Shades of Apple #61BF44

Tints of Apple #61BF44

Color information

#61BF44 (or 0x61BF44) is unknown color: approx Apple. HEX triplet: 61, BF and 44. RGB value is (97,191,68). Sum of RGB (Red+Green+Blue) = 97+191+68=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF44 is #9E40BB. Grayscale: #959595. Windows color (decimal): -10371260 or 4505441. OLE color: 4505441.

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

Color convert

RGB9719168-
CMYK0.4900.640.25
HSL105.85º49%50.78%-
HSV(B)105.85º64.4%74.9%-
XYZ24.640.2211.94-
YUV148.8782.3691-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=27.25%
G=53.65%
B=19.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97191680.4900.640.25105.854950.78
Hex61BF4431040196a3133
Octal141277104610100311526163
Binary110000110111111100010011000101000000110011101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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