#61DE34

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

Shades of Apple #61DE34

Tints of Apple #61DE34

Color information

#61DE34 (or 0x61DE34) is unknown color: approx Apple. HEX triplet: 61, DE and 34. RGB value is (97,222,52). Sum of RGB (Red+Green+Blue) = 97+222+52=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DE34 is #9E21CB. Grayscale: #A5A5A5. Windows color (decimal): -10363340 or 3464801. OLE color: 3464801.

HSL color Cylindrical-coordinate representation of color #61DE34: hue angle of 104.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61DE34 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB9722252-
CMYK0.5600.770.13
HSL104.12º72.03%53.73%-
HSV(B)104.12º76.58%87.06%-
XYZ31.6755.0312.2-
YUV165.2464.0979.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=26.15%
G=59.84%
B=14.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97222520.5600.770.13104.1272.0353.73
Hex61DE343804DD684836
Octal141336647001151515011066
Binary11000011101111011010011100001001101110111010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,52); }

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

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

 a { background-color: rgb(97,222,52); }

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

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

 span { border-color: rgb(97,222,52); }

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