#55C03A

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

Shades of Apple #55C03A

Tints of Apple #55C03A

Color information

#55C03A (or 0x55C03A) is unknown color: approx Apple. HEX triplet: 55, C0 and 3A. RGB value is (85,192,58). Sum of RGB (Red+Green+Blue) = 85+192+58=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #55C03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C03A is #AA3FC5. Grayscale: #919191. Windows color (decimal): -11157446 or 3850325. OLE color: 3850325.

HSL color Cylindrical-coordinate representation of color #55C03A: hue angle of 107.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55C03A is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB8519258-
CMYK0.5600.700.25
HSL107.91º53.6%49.02%-
HSV(B)107.91º69.79%75.29%-
XYZ23.3639.9410.48-
YUV144.7379.0585.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 192 (75.39% from 255) = 57.31%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=25.37%
G=57.31%
B=17.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85192580.5600.700.25107.9153.649.02
Hex55C03A38046196c3631
Octal12530072700106311546661
Binary10101011100000011101011100001000110110011101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C03A; }

 p { color: rgb(85,192,58); }

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

<style>
 a { background-color: #55C03A; }

 a { background-color: rgb(85,192,58); }

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

<style>
 span { border-color: #55C03A; }

 span { border-color: rgb(85,192,58); }

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