#5CC330

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

Shades of Apple #5CC330

Tints of Apple #5CC330

Color information

#5CC330 (or 0x5CC330) is unknown color: approx Apple. HEX triplet: 5C, C3 and 30. RGB value is (92,195,48). Sum of RGB (Red+Green+Blue) = 92+195+48=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC330 is #A33CCF. Grayscale: #939393. Windows color (decimal): -10697936 or 3195740. OLE color: 3195740.

HSL color Cylindrical-coordinate representation of color #5CC330: hue angle of 102.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CC330 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB9219548-
CMYK0.5300.750.24
HSL102.04º60.49%47.65%-
HSV(B)102.04º75.38%76.47%-
XYZ24.4641.529.52-
YUV147.4471.8888.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 195 (76.56% from 255) = 58.21%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=27.46%
G=58.21%
B=14.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92195480.5300.750.24102.0460.4947.65
Hex5CC3303504B18663c30
Octal13430360650113301467460
Binary10111001100001111000011010101001011110001100110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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