#61CA35

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

Shades of Apple #61CA35

Tints of Apple #61CA35

Color information

#61CA35 (or 0x61CA35) is unknown color: approx Apple. HEX triplet: 61, CA and 35. RGB value is (97,202,53). Sum of RGB (Red+Green+Blue) = 97+202+53=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA35 is #9E35CA. Grayscale: #9A9A9A. Windows color (decimal): -10368459 or 3525217. OLE color: 3525217.

HSL color Cylindrical-coordinate representation of color #61CA35: hue angle of 102.28º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61CA35 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB9720253-
CMYK0.5200.740.21
HSL102.28º58.43%50%-
HSV(B)102.28º73.76%79.22%-
XYZ26.6945.0410.65-
YUV153.6271.2187.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=27.56%
G=57.39%
B=15.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202530.5200.740.21102.2858.4350
Hex61CA353404A15663a32
Octal14131265640112251467262
Binary11000011100101011010111010001001010101011100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,53); }

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

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

 a { background-color: rgb(97,202,53); }

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

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

 span { border-color: rgb(97,202,53); }

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