Html Css Color HEX #5CAC38 Apple

📋 copy color: '#5CAC38'

red 92 ◦ green 172 ◦ blue 56

#5CAC38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5CAC38

Tints of Apple #5CAC38

RGB

 RED value IS 92 (36.33% from 255) = 28.75%

 GREEN value IS 172 (67.58% from 255) = 53.75%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 28.75%
G = 53.75%
B = 17.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#5CAC38 (or 0x5CAC38) is known color: Apple. HEX triplet: 5C, AC and 38. RGB value is (92,172,56). Sum of RGB (Red+Green+Blue) = 92+172+56=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC38 is #A353C7. Grayscale: #878787. Windows color (decimal): -10703816 or 3714140. OLE color: 3714140.

HSL color Cylindrical-coordinate representation of color #5CAC38: hue angle of 101.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CAC38 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 56 -
CMYK 0.47 0 0.67 0.33
HSL 101.38º 0.51% 0.45% -
HSV(B) 101.38º 0.67% 0.67% -
XYZ 19.88 32.07 8.88 -
YUV 134.86 83.5 97.43 -
System Red Green Blue C M Y K H S L
Decimal 92 172 56 0.47 0 0.67 0.33 101.38 0.51 0.45
Hex 5C AC 38 2F 0 43 21 65 33 2D
Octal 134 254 70 57 0 103 41 145 63 55
Binary 1011100 10101100 111000 101111 0 1000011 100001 1100101 110011 101101

Color Harmonies of #5CAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC38

Black with #5CAC38

Text Example


Text Example

White with #5CAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CAC38;
 }
 .AnyTagClassName
 {
   color: #5CAC38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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