#61CC33

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

Shades of Apple #61CC33

Tints of Apple #61CC33

Color information

#61CC33 (or 0x61CC33) is unknown color: approx Apple. HEX triplet: 61, CC and 33. RGB value is (97,204,51). Sum of RGB (Red+Green+Blue) = 97+204+51=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC33 is #9E33CC. Grayscale: #9B9B9B. Windows color (decimal): -10367949 or 3394657. OLE color: 3394657.

HSL color Cylindrical-coordinate representation of color #61CC33: hue angle of 101.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61CC33 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB9720451-
CMYK0.5200.750.2
HSL101.96º60%50%-
HSV(B)101.96º75%80%-
XYZ27.1245.9710.57-
YUV154.5669.5586.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 204 (80.08% from 255) = 57.95%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=27.56%
G=57.95%
B=14.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204510.5200.750.2101.966050
Hex61CC333404B14663c32
Octal14131463640113241467462
Binary11000011100110011001111010001001011101001100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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