Html Css Color HEX #5CD650 Apple

📋 copy color: '#5CD650'

red 92 ◦ green 214 ◦ blue 80

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

Shades of Apple #5CD650

Tints of Apple #5CD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

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

R = 23.83%
G = 55.44%
B = 20.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#5CD650 (or 0x5CD650) is known color: Apple. HEX triplet: 5C, D6 and 50. RGB value is (92,214,80). Sum of RGB (Red+Green+Blue) = 92+214+80=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD650 is #A329AF. Grayscale: #A2A2A2. Windows color (decimal): -10693040 or 5297756. OLE color: 5297756.

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

Color convert

RGB 92 214 80 -
CMYK 0.57 0 0.63 0.16
HSL 114.63º 0.62% 0.58% -
HSV(B) 114.63º 0.63% 0.84% -
XYZ 29.91 50.95 15.85 -
YUV 162.25 81.58 77.9 -
System Red Green Blue C M Y K H S L
Decimal 92 214 80 0.57 0 0.63 0.16 114.63 0.62 0.58
Hex 5C D6 50 39 0 3F 10 73 3E 3A
Octal 134 326 120 71 0 77 20 163 76 72
Binary 1011100 11010110 1010000 111001 0 111111 10000 1110011 111110 111010

Color Harmonies of #5CD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD650

Black with #5CD650

Text Example


Text Example

White with #5CD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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