Html Css Color HEX #5CD94D Apple

📋 copy color: '#5CD94D'

red 92 ◦ green 217 ◦ blue 77

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

Shades of Apple #5CD94D

Tints of Apple #5CD94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 23.83%
G = 56.22%
B = 19.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5CD94D (or 0x5CD94D) is known color: Apple. HEX triplet: 5C, D9 and 4D. RGB value is (92,217,77). Sum of RGB (Red+Green+Blue) = 92+217+77=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD94D is #A326B2. Grayscale: #A4A4A4. Windows color (decimal): -10692275 or 5101916. OLE color: 5101916.

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

Color convert

RGB 92 217 77 -
CMYK 0.58 0 0.65 0.15
HSL 113.57º 0.65% 0.58% -
HSV(B) 113.57º 0.65% 0.85% -
XYZ 30.57 52.44 15.53 -
YUV 163.67 79.09 76.88 -
System Red Green Blue C M Y K H S L
Decimal 92 217 77 0.58 0 0.65 0.15 113.57 0.65 0.58
Hex 5C D9 4D 3A 0 41 F 72 41 3A
Octal 134 331 115 72 0 101 17 162 101 72
Binary 1011100 11011001 1001101 111010 0 1000001 1111 1110010 1000001 111010

Color Harmonies of #5CD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD94D

Black with #5CD94D

Text Example


Text Example

White with #5CD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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