#61dd33

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

Shades of Apple #61DD33

Tints of Apple #61DD33

Color information

#61DD33 (or 0x61DD33) is unknown color: approx Apple. HEX triplet: 61, DD and 33. RGB value is (97,221,51). Sum of RGB (Red+Green+Blue) = 97+221+51=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DD33 is #9E22CC. Grayscale: #A5A5A5. Windows color (decimal): -10363597 or 3399009. OLE color: 3399009.

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

Color convert

RGB9722151-
CMYK0.5600.770.13
HSL103.76º71.43%53.33%-
HSV(B)103.76º76.92%86.67%-
XYZ31.3854.4912-
YUV164.5463.9279.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=26.29%
G=59.89%
B=13.82%

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
Decimal97221510.5600.770.13103.7671.4353.33
Hex61DD333804DD684735
Octal141335637001151515010765
Binary11000011101110111001111100001001101110111010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61dd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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