#61DD34

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

Shades of Apple #61DD34

Tints of Apple #61DD34

Color information

#61DD34 (or 0x61DD34) is unknown color: approx Apple. HEX triplet: 61, DD and 34. RGB value is (97,221,52). Sum of RGB (Red+Green+Blue) = 97+221+52=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DD34 is #9E22CB. Grayscale: #A5A5A5. Windows color (decimal): -10363596 or 3464545. OLE color: 3464545.

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

Color convert

RGB9722152-
CMYK0.5600.760.13
HSL104.02º71.31%53.53%-
HSV(B)104.02º76.47%86.67%-
XYZ31.4154.512.11-
YUV164.6664.4279.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 59.73%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=26.22%
G=59.73%
B=14.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97221520.5600.760.13104.0271.3153.53
Hex61DD343804CD684736
Octal141335647001141515010766
Binary11000011101110111010011100001001100110111010001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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