Html Css Color HEX #5CA641 Apple

📋 copy color: '#5CA641'

red 92 ◦ green 166 ◦ blue 65

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

Shades of Apple #5CA641

Tints of Apple #5CA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.39%

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

R = 28.48%
G = 51.39%
B = 20.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#5CA641 (or 0x5CA641) is known color: Apple. HEX triplet: 5C, A6 and 41. RGB value is (92,166,65). Sum of RGB (Red+Green+Blue) = 92+166+65=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA641 is #A359BE. Grayscale: #848484. Windows color (decimal): -10705343 or 4302428. OLE color: 4302428.

HSL color Cylindrical-coordinate representation of color #5CA641: hue angle of 103.96º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CA641 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 65 -
CMYK 0.45 0 0.61 0.35
HSL 103.96º 0.44% 0.45% -
HSV(B) 103.96º 0.61% 0.65% -
XYZ 19 29.93 9.78 -
YUV 132.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 92 166 65 0.45 0 0.61 0.35 103.96 0.44 0.45
Hex 5C A6 41 2D 0 3D 23 68 2C 2D
Octal 134 246 101 55 0 75 43 150 54 55
Binary 1011100 10100110 1000001 101101 0 111101 100011 1101000 101100 101101

Color Harmonies of #5CA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA641

Black with #5CA641

Text Example


Text Example

White with #5CA641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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