Html Css Color HEX #5CB442 Apple

📋 copy color: '#5CB442'

red 92 ◦ green 180 ◦ blue 66

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

Shades of Apple #5CB442

Tints of Apple #5CB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 27.22%
G = 53.25%
B = 19.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#5CB442 (or 0x5CB442) is known color: Apple. HEX triplet: 5C, B4 and 42. RGB value is (92,180,66). Sum of RGB (Red+Green+Blue) = 92+180+66=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB442 is #A34BBD. Grayscale: #8D8D8D. Windows color (decimal): -10701758 or 4371548. OLE color: 4371548.

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

Color convert

RGB 92 180 66 -
CMYK 0.49 0 0.63 0.29
HSL 106.32º 0.46% 0.48% -
HSV(B) 106.32º 0.63% 0.71% -
XYZ 21.72 35.31 10.83 -
YUV 140.69 85.85 93.27 -
System Red Green Blue C M Y K H S L
Decimal 92 180 66 0.49 0 0.63 0.29 106.32 0.46 0.48
Hex 5C B4 42 31 0 3F 1D 6A 2E 30
Octal 134 264 102 61 0 77 35 152 56 60
Binary 1011100 10110100 1000010 110001 0 111111 11101 1101010 101110 110000

Color Harmonies of #5CB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB442

Black with #5CB442

Text Example


Text Example

White with #5CB442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,180,66); }

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

background-color css

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

 a { background-color: rgb(92,180,66); }

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

border-color css

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

 span { border-color: rgb(92,180,66); }

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