#61BF31

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

Shades of Apple #61BF31

Tints of Apple #61BF31

Color information

#61BF31 (or 0x61BF31) is unknown color: approx Apple. HEX triplet: 61, BF and 31. RGB value is (97,191,49). Sum of RGB (Red+Green+Blue) = 97+191+49=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF31 is #9E40CE. Grayscale: #939393. Windows color (decimal): -10371279 or 3260257. OLE color: 3260257.

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

Color convert

RGB9719149-
CMYK0.4900.740.25
HSL99.72º59.17%47.06%-
HSV(B)99.72º74.35%74.9%-
XYZ24.1140.029.36-
YUV146.7172.8692.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 191 (75% from 255) = 56.68%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=28.78%
G=56.68%
B=14.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97191490.4900.740.2599.7259.1747.06
Hex61BF313104A19643b2f
Octal14127761610112311447357
Binary11000011011111111000111000101001010110011100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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