#61CC3C

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

Shades of Apple #61CC3C

Tints of Apple #61CC3C

Color information

#61CC3C (or 0x61CC3C) is unknown color: approx Apple. HEX triplet: 61, CC and 3C. RGB value is (97,204,60). Sum of RGB (Red+Green+Blue) = 97+204+60=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC3C is #9E33C3. Grayscale: #9C9C9C. Windows color (decimal): -10367940 or 3984481. OLE color: 3984481.

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

Color convert

RGB9720460-
CMYK0.5200.710.2
HSL104.58º58.54%51.76%-
HSV(B)104.58º70.59%80%-
XYZ27.3446.0511.72-
YUV155.5974.0586.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 204 (80.08% from 255) = 56.51%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=26.87%
G=56.51%
B=16.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204600.5200.710.2104.5858.5451.76
Hex61CC3C3404714693b34
Octal14131474640107241517364
Binary11000011100110011110011010001000111101001101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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