#61BD34

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

Shades of Apple #61BD34

Tints of Apple #61BD34

Color information

#61BD34 (or 0x61BD34) is unknown color: approx Apple. HEX triplet: 61, BD and 34. RGB value is (97,189,52). Sum of RGB (Red+Green+Blue) = 97+189+52=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BD34 is #9E42CB. Grayscale: #929292. Windows color (decimal): -10371788 or 3456353. OLE color: 3456353.

HSL color Cylindrical-coordinate representation of color #61BD34: hue angle of 100.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61BD34 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB9718952-
CMYK0.4900.720.26
HSL100.29º56.85%47.25%-
HSV(B)100.29º72.49%74.12%-
XYZ23.7539.189.56-
YUV145.8775.0293.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 189 (74.22% from 255) = 55.92%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=28.70%
G=55.92%
B=15.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97189520.4900.720.26100.2956.8547.25
Hex61BD34310481A64392f
Octal14127564610110321447157
Binary11000011011110111010011000101001000110101100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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