Html Css Color HEX #5CA248 Apple

📋 copy color: '#5CA248'

red 92 ◦ green 162 ◦ blue 72

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

Shades of Apple #5CA248

Tints of Apple #5CA248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 28.22%
G = 49.69%
B = 22.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#5CA248 (or 0x5CA248) is known color: Apple. HEX triplet: 5C, A2 and 48. RGB value is (92,162,72). Sum of RGB (Red+Green+Blue) = 92+162+72=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA248 is #A35DB7. Grayscale: #838383. Windows color (decimal): -10706360 or 4760156. OLE color: 4760156.

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

Color convert

RGB 92 162 72 -
CMYK 0.43 0 0.56 0.36
HSL 106.67º 0.38% 0.46% -
HSV(B) 106.67º 0.56% 0.64% -
XYZ 18.5 28.58 10.67 -
YUV 130.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 92 162 72 0.43 0 0.56 0.36 106.67 0.38 0.46
Hex 5C A2 48 2B 0 38 24 6B 26 2E
Octal 134 242 110 53 0 70 44 153 46 56
Binary 1011100 10100010 1001000 101011 0 111000 100100 1101011 100110 101110

Color Harmonies of #5CA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA248

Black with #5CA248

Text Example


Text Example

White with #5CA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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