#61D041

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

Shades of Apple #61D041

Tints of Apple #61D041

Color information

#61D041 (or 0x61D041) is unknown color: approx Apple. HEX triplet: 61, D0 and 41. RGB value is (97,208,65). Sum of RGB (Red+Green+Blue) = 97+208+65=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #61D041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D041 is #9E2FBE. Grayscale: #9E9E9E. Windows color (decimal): -10366911 or 4313185. OLE color: 4313185.

HSL color Cylindrical-coordinate representation of color #61D041: hue angle of 106.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61D041 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB9720865-
CMYK0.5300.690.18
HSL106.57º60.34%53.53%-
HSV(B)106.57º68.75%81.57%-
XYZ28.4448.0312.77-
YUV158.5175.2384.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=26.22%
G=56.22%
B=17.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97208650.5300.690.18106.5760.3453.53
Hex61D04135045126b3c36
Octal141320101650105221537466
Binary110000111010000100000111010101000101100101101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,65); }

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

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

 a { background-color: rgb(97,208,65); }

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

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

 span { border-color: rgb(97,208,65); }

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