Html Css Color HEX #5CA740 Apple

📋 copy color: '#5CA740'

red 92 ◦ green 167 ◦ blue 64

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

Shades of Apple #5CA740

Tints of Apple #5CA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.7%

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

R = 28.48%
G = 51.7%
B = 19.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#5CA740 (or 0x5CA740) is known color: Apple. HEX triplet: 5C, A7 and 40. RGB value is (92,167,64). Sum of RGB (Red+Green+Blue) = 92+167+64=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA740 is #A358BF. Grayscale: #858585. Windows color (decimal): -10705088 or 4237148. OLE color: 4237148.

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

Color convert

RGB 92 167 64 -
CMYK 0.45 0 0.62 0.35
HSL 103.69º 0.45% 0.45% -
HSV(B) 103.69º 0.62% 0.65% -
XYZ 19.16 30.28 9.69 -
YUV 132.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 92 167 64 0.45 0 0.62 0.35 103.69 0.45 0.45
Hex 5C A7 40 2D 0 3E 23 68 2D 2D
Octal 134 247 100 55 0 76 43 150 55 55
Binary 1011100 10100111 1000000 101101 0 111110 100011 1101000 101101 101101

Color Harmonies of #5CA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA740

Black with #5CA740

Text Example


Text Example

White with #5CA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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