#61BE4C

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

Shades of Apple #61BE4C

Tints of Apple #61BE4C

Color information

#61BE4C (or 0x61BE4C) is unknown color: approx Apple. HEX triplet: 61, BE and 4C. RGB value is (97,190,76). Sum of RGB (Red+Green+Blue) = 97+190+76=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BE4C is #9E41B3. Grayscale: #959595. Windows color (decimal): -10371508 or 5029473. OLE color: 5029473.

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

Color convert

RGB9719076-
CMYK0.4900.600.25
HSL108.95º46.72%52.16%-
HSV(B)108.95º60%74.51%-
XYZ24.6539.8913.24-
YUV149.286.6990.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 190 (74.61% from 255) = 52.34%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=26.72%
G=52.34%
B=20.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97190760.4900.600.25108.9546.7252.16
Hex61BE4C3103C196d2f34
Octal14127611461074311555764
Binary11000011011111010011001100010111100110011101101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,190,76); }

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

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

 a { background-color: rgb(97,190,76); }

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

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

 span { border-color: rgb(97,190,76); }

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