Html Css Color HEX #5CD850 Apple

📋 copy color: '#5CD850'

red 92 ◦ green 216 ◦ blue 80

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

Shades of Apple #5CD850

Tints of Apple #5CD850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.67%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 23.71%
G = 55.67%
B = 20.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#5CD850 (or 0x5CD850) is known color: Apple. HEX triplet: 5C, D8 and 50. RGB value is (92,216,80). Sum of RGB (Red+Green+Blue) = 92+216+80=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD850 is #A327AF. Grayscale: #A3A3A3. Windows color (decimal): -10692528 or 5298268. OLE color: 5298268.

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

Color convert

RGB 92 216 80 -
CMYK 0.57 0 0.63 0.15
HSL 114.71º 0.64% 0.58% -
HSV(B) 114.71º 0.63% 0.85% -
XYZ 30.42 51.97 16.02 -
YUV 163.42 80.92 77.06 -
System Red Green Blue C M Y K H S L
Decimal 92 216 80 0.57 0 0.63 0.15 114.71 0.64 0.58
Hex 5C D8 50 39 0 3F F 73 40 3A
Octal 134 330 120 71 0 77 17 163 100 72
Binary 1011100 11011000 1010000 111001 0 111111 1111 1110011 1000000 111010

Color Harmonies of #5CD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD850

Black with #5CD850

Text Example


Text Example

White with #5CD850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,216,80); }

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

background-color css

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

 a { background-color: rgb(92,216,80); }

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

border-color css

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

 span { border-color: rgb(92,216,80); }

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