Html Css Color HEX #5CB440 Apple

📋 copy color: '#5CB440'

red 92 ◦ green 180 ◦ blue 64

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

Shades of Apple #5CB440

Tints of Apple #5CB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

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

R = 27.38%
G = 53.57%
B = 19.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#5CB440 (or 0x5CB440) is known color: Apple. HEX triplet: 5C, B4 and 40. RGB value is (92,180,64). Sum of RGB (Red+Green+Blue) = 92+180+64=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB440 is #A34BBF. Grayscale: #8C8C8C. Windows color (decimal): -10701760 or 4240476. OLE color: 4240476.

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

Color convert

RGB 92 180 64 -
CMYK 0.49 0 0.64 0.29
HSL 105.52º 0.48% 0.48% -
HSV(B) 105.52º 0.64% 0.71% -
XYZ 21.66 35.29 10.52 -
YUV 140.46 84.85 93.43 -
System Red Green Blue C M Y K H S L
Decimal 92 180 64 0.49 0 0.64 0.29 105.52 0.48 0.48
Hex 5C B4 40 31 0 40 1D 6A 30 30
Octal 134 264 100 61 0 100 35 152 60 60
Binary 1011100 10110100 1000000 110001 0 1000000 11101 1101010 110000 110000

Color Harmonies of #5CB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB440

Black with #5CB440

Text Example


Text Example

White with #5CB440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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