Html Css Color HEX #5CD940 Apple

📋 copy color: '#5CD940'

red 92 ◦ green 217 ◦ blue 64

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

Shades of Apple #5CD940

Tints of Apple #5CD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.18%

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

R = 24.66%
G = 58.18%
B = 17.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#5CD940 (or 0x5CD940) is known color: Apple. HEX triplet: 5C, D9 and 40. RGB value is (92,217,64). Sum of RGB (Red+Green+Blue) = 92+217+64=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD940 is #A326BF. Grayscale: #A2A2A2. Windows color (decimal): -10692288 or 4249948. OLE color: 4249948.

HSL color Cylindrical-coordinate representation of color #5CD940: hue angle of 109.02º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CD940 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 217 64 -
CMYK 0.58 0 0.71 0.15
HSL 109.02º 0.67% 0.55% -
HSV(B) 109.02º 0.71% 0.85% -
XYZ 30.15 52.27 13.35 -
YUV 162.18 72.59 77.94 -
System Red Green Blue C M Y K H S L
Decimal 92 217 64 0.58 0 0.71 0.15 109.02 0.67 0.55
Hex 5C D9 40 3A 0 47 F 6D 43 37
Octal 134 331 100 72 0 107 17 155 103 67
Binary 1011100 11011001 1000000 111010 0 1000111 1111 1101101 1000011 110111

Color Harmonies of #5CD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD940

Black with #5CD940

Text Example


Text Example

White with #5CD940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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