#63B530

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

Shades of Apple #63B530

Tints of Apple #63B530

Color information

#63B530 (or 0x63B530) is unknown color: approx Apple. HEX triplet: 63, B5 and 30. RGB value is (99,181,48). Sum of RGB (Red+Green+Blue) = 99+181+48=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #63B530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B530 is #9C4ACF. Grayscale: #8D8D8D. Windows color (decimal): -10242768 or 3192163. OLE color: 3192163.

HSL color Cylindrical-coordinate representation of color #63B530: hue angle of 96.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63B530 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB9918148-
CMYK0.4500.730.29
HSL96.99º58.08%44.9%-
HSV(B)96.99º73.48%70.98%-
XYZ22.235.918.56-
YUV141.3275.3397.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 181 (71.09% from 255) = 55.18%
BLUE value IS 48 (19.14% from 255) = 14.63%
R=30.18%
G=55.18%
B=14.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99181480.4500.730.2996.9958.0844.9
Hex63B5302D0491D613a2d
Octal14326560550111351417255
Binary11000111011010111000010110101001001111011100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63B530; }

 p { color: rgb(99,181,48); }

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

<style>
 a { background-color: #63B530; }

 a { background-color: rgb(99,181,48); }

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

<style>
 span { border-color: #63B530; }

 span { border-color: rgb(99,181,48); }

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