#5CDF38

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

Shades of Apple #5CDF38

Tints of Apple #5CDF38

Color information

#5CDF38 (or 0x5CDF38) is unknown color: approx Apple. HEX triplet: 5C, DF and 38. RGB value is (92,223,56). Sum of RGB (Red+Green+Blue) = 92+223+56=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDF38 is #A320C7. Grayscale: #A5A5A5. Windows color (decimal): -10690760 or 3727196. OLE color: 3727196.

HSL color Cylindrical-coordinate representation of color #5CDF38: hue angle of 107.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CDF38 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB9222356-
CMYK0.5900.750.13
HSL107.07º72.29%54.71%-
HSV(B)107.07º74.89%87.45%-
XYZ31.5255.3412.76-
YUV164.7966.676.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 223 (87.5% from 255) = 60.11%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=24.80%
G=60.11%
B=15.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92223560.5900.750.13107.0772.2954.71
Hex5CDF383B04BD6b4837
Octal134337707301131515311067
Binary10111001101111111100011101101001011110111010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,223,56); }

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

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

 a { background-color: rgb(92,223,56); }

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

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

 span { border-color: rgb(92,223,56); }

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