Html Css Color HEX #5CB940 Apple

📋 copy color: '#5CB940'

red 92 ◦ green 185 ◦ blue 64

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

Shades of Apple #5CB940

Tints of Apple #5CB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.25%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 26.98%
G = 54.25%
B = 18.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#5CB940 (or 0x5CB940) is known color: Apple. HEX triplet: 5C, B9 and 40. RGB value is (92,185,64). Sum of RGB (Red+Green+Blue) = 92+185+64=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB940 is #A346BF. Grayscale: #8F8F8F. Windows color (decimal): -10700480 or 4241756. OLE color: 4241756.

HSL color Cylindrical-coordinate representation of color #5CB940: hue angle of 106.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CB940 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 185 64 -
CMYK 0.50 0 0.65 0.27
HSL 106.12º 0.49% 0.49% -
HSV(B) 106.12º 0.65% 0.73% -
XYZ 22.69 37.34 10.86 -
YUV 143.4 83.19 91.34 -
System Red Green Blue C M Y K H S L
Decimal 92 185 64 0.50 0 0.65 0.27 106.12 0.49 0.49
Hex 5C B9 40 32 0 41 1B 6A 31 31
Octal 134 271 100 62 0 101 33 152 61 61
Binary 1011100 10111001 1000000 110010 0 1000001 11011 1101010 110001 110001

Color Harmonies of #5CB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB940

Black with #5CB940

Text Example


Text Example

White with #5CB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,185,64); }

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

background-color css

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

 a { background-color: rgb(92,185,64); }

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

border-color css

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

 span { border-color: rgb(92,185,64); }

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