#5cb430

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

Shades of Apple #5CB430

Tints of Apple #5CB430

Color information

#5CB430 (or 0x5CB430) is unknown color: approx Apple. HEX triplet: 5C, B4 and 30. RGB value is (92,180,48). Sum of RGB (Red+Green+Blue) = 92+180+48=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB430 is #A34BCF. Grayscale: #8B8B8B. Windows color (decimal): -10701776 or 3191900. OLE color: 3191900.

HSL color Cylindrical-coordinate representation of color #5CB430: hue angle of 100º 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 #5CB430 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB9218048-
CMYK0.4900.730.29
HSL100º57.89%44.71%-
HSV(B)100º73.33%70.59%-
XYZ21.2735.138.46-
YUV138.6476.8594.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 180 (70.70% from 255) = 56.25%
BLUE value IS 48 (19.14% from 255) = 15%
R=28.75%
G=56.25%
B=15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92180480.4900.730.2910057.8944.71
Hex5CB430310491D643a2d
Octal13426460610111351447255
Binary10111001011010011000011000101001001111011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cb430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5cb430; }

 p { color: rgb(92,180,48); }

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

<style>
 a { background-color: #5cb430; }

 a { background-color: rgb(92,180,48); }

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

<style>
 span { border-color: #5cb430; }

 span { border-color: rgb(92,180,48); }

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