Html Css Color HEX #5CB540 Apple

📋 copy color: '#5CB540'

red 92 ◦ green 181 ◦ blue 64

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

Shades of Apple #5CB540

Tints of Apple #5CB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

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

R = 27.3%
G = 53.71%
B = 18.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#5CB540 (or 0x5CB540) is known color: Apple. HEX triplet: 5C, B5 and 40. RGB value is (92,181,64). Sum of RGB (Red+Green+Blue) = 92+181+64=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB540 is #A34ABF. Grayscale: #8D8D8D. Windows color (decimal): -10701504 or 4240732. OLE color: 4240732.

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

Color convert

RGB 92 181 64 -
CMYK 0.49 0 0.65 0.29
HSL 105.64º 0.48% 0.48% -
HSV(B) 105.64º 0.65% 0.71% -
XYZ 21.86 35.69 10.59 -
YUV 141.05 84.51 93.01 -
System Red Green Blue C M Y K H S L
Decimal 92 181 64 0.49 0 0.65 0.29 105.64 0.48 0.48
Hex 5C B5 40 31 0 41 1D 6A 30 30
Octal 134 265 100 61 0 101 35 152 60 60
Binary 1011100 10110101 1000000 110001 0 1000001 11101 1101010 110000 110000

Color Harmonies of #5CB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB540

Black with #5CB540

Text Example


Text Example

White with #5CB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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