#5EC330

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

Shades of Apple #5EC330

Tints of Apple #5EC330

Color information

#5EC330 (or 0x5EC330) is unknown color: approx Apple. HEX triplet: 5E, C3 and 30. RGB value is (94,195,48). Sum of RGB (Red+Green+Blue) = 94+195+48=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC330 is #A13CCF. Grayscale: #949494. Windows color (decimal): -10566864 or 3195742. OLE color: 3195742.

HSL color Cylindrical-coordinate representation of color #5EC330: hue angle of 101.22º 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 #5EC330 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB9419548-
CMYK0.5200.750.24
HSL101.22º60.49%47.65%-
HSV(B)101.22º75.38%76.47%-
XYZ24.6641.629.53-
YUV148.0471.5489.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 195 (76.56% from 255) = 57.86%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=27.89%
G=57.86%
B=14.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94195480.5200.750.24101.2260.4947.65
Hex5EC3303404B18653c30
Octal13630360640113301457460
Binary10111101100001111000011010001001011110001100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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