Html Css Color HEX #5CB141 Apple

📋 copy color: '#5CB141'

red 92 ◦ green 177 ◦ blue 65

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

Shades of Apple #5CB141

Tints of Apple #5CB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.99%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 27.54%
G = 52.99%
B = 19.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#5CB141 (or 0x5CB141) is known color: Apple. HEX triplet: 5C, B1 and 41. RGB value is (92,177,65). Sum of RGB (Red+Green+Blue) = 92+177+65=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB141 is #A34EBE. Grayscale: #8B8B8B. Windows color (decimal): -10702527 or 4305244. OLE color: 4305244.

HSL color Cylindrical-coordinate representation of color #5CB141: hue angle of 105.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CB141 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 177 65 -
CMYK 0.48 0 0.63 0.31
HSL 105.54º 0.46% 0.47% -
HSV(B) 105.54º 0.63% 0.69% -
XYZ 21.09 34.1 10.47 -
YUV 138.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 92 177 65 0.48 0 0.63 0.31 105.54 0.46 0.47
Hex 5C B1 41 30 0 3F 1F 6A 2E 2F
Octal 134 261 101 60 0 77 37 152 56 57
Binary 1011100 10110001 1000001 110000 0 111111 11111 1101010 101110 101111

Color Harmonies of #5CB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB141

Black with #5CB141

Text Example


Text Example

White with #5CB141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,177,65); }

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

background-color css

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

 a { background-color: rgb(92,177,65); }

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

border-color css

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

 span { border-color: rgb(92,177,65); }

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