#61c14b

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

Shades of Apple #61C14B

Tints of Apple #61C14B

Color information

#61C14B (or 0x61C14B) is unknown color: approx Apple. HEX triplet: 61, C1 and 4B. RGB value is (97,193,75). Sum of RGB (Red+Green+Blue) = 97+193+75=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #61C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C14B is #9E3EB4. Grayscale: #979797. Windows color (decimal): -10370741 or 4964705. OLE color: 4964705.

HSL color Cylindrical-coordinate representation of color #61C14B: hue angle of 108.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61C14B is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB9719375-
CMYK0.5000.610.24
HSL108.81º48.76%52.55%-
HSV(B)108.81º61.14%75.69%-
XYZ25.2741.1913.28-
YUV150.8485.289.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=26.58%
G=52.88%
B=20.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97193750.5000.610.24108.8148.7652.55
Hex61C14B3203D186d3135
Octal14130111362075301556165
Binary11000011100000110010111100100111101110001101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61c14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,193,75); }

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

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

 a { background-color: rgb(97,193,75); }

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

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

 span { border-color: rgb(97,193,75); }

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