Html Css Color HEX #5CA240 Apple

📋 copy color: '#5CA240'

red 92 ◦ green 162 ◦ blue 64

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

Shades of Apple #5CA240

Tints of Apple #5CA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.94%

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

R = 28.93%
G = 50.94%
B = 20.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#5CA240 (or 0x5CA240) is known color: Apple. HEX triplet: 5C, A2 and 40. RGB value is (92,162,64). Sum of RGB (Red+Green+Blue) = 92+162+64=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA240 is #A35DBF. Grayscale: #828282. Windows color (decimal): -10706368 or 4235868. OLE color: 4235868.

HSL color Cylindrical-coordinate representation of color #5CA240: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CA240 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 64 -
CMYK 0.43 0 0.60 0.36
HSL 102.86º 0.43% 0.44% -
HSV(B) 102.86º 0.6% 0.64% -
XYZ 18.26 28.49 9.39 -
YUV 129.9 90.81 100.97 -
System Red Green Blue C M Y K H S L
Decimal 92 162 64 0.43 0 0.60 0.36 102.86 0.43 0.44
Hex 5C A2 40 2B 0 3C 24 67 2B 2C
Octal 134 242 100 53 0 74 44 147 53 54
Binary 1011100 10100010 1000000 101011 0 111100 100100 1100111 101011 101100

Color Harmonies of #5CA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA240

Black with #5CA240

Text Example


Text Example

White with #5CA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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