#61D94C

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

Shades of Apple #61D94C

Tints of Apple #61D94C

Color information

#61D94C (or 0x61D94C) is unknown color: approx Apple. HEX triplet: 61, D9 and 4C. RGB value is (97,217,76). Sum of RGB (Red+Green+Blue) = 97+217+76=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #61D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D94C is #9E26B3. Grayscale: #A5A5A5. Windows color (decimal): -10364596 or 5036385. OLE color: 5036385.

HSL color Cylindrical-coordinate representation of color #61D94C: hue angle of 111.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61D94C is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB9721776-
CMYK0.5500.650.15
HSL111.06º64.98%57.45%-
HSV(B)111.06º64.98%85.1%-
XYZ31.0552.6915.37-
YUV165.0577.7479.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 217 (85.16% from 255) = 55.64%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=24.87%
G=55.64%
B=19.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97217760.5500.650.15111.0664.9857.45
Hex61D94C37041F6f4139
Octal1413311146701011715710171
Binary110000111011001100110011011101000001111111011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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