Html Css Color HEX #5DC455 Apple

📋 copy color: '#5DC455'

red 93 ◦ green 196 ◦ blue 85

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

Shades of Apple #5DC455

Tints of Apple #5DC455

RGB

 RED value IS 93 (36.72% from 255) = 24.87%

 GREEN value IS 196 (76.95% from 255) = 52.41%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 24.87%
G = 52.41%
B = 22.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#5DC455 (or 0x5DC455) is known color: Apple. HEX triplet: 5D, C4 and 55. RGB value is (93,196,85). Sum of RGB (Red+Green+Blue) = 93+196+85=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC455 is #A23BAA. Grayscale: #989898. Windows color (decimal): -10632107 or 5620829. OLE color: 5620829.

HSL color Cylindrical-coordinate representation of color #5DC455: hue angle of 115.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC455 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 196 85 -
CMYK 0.53 0 0.57 0.23
HSL 115.68º 0.48% 0.55% -
HSV(B) 115.68º 0.57% 0.77% -
XYZ 25.89 42.46 15.43 -
YUV 152.55 89.88 85.53 -
System Red Green Blue C M Y K H S L
Decimal 93 196 85 0.53 0 0.57 0.23 115.68 0.48 0.55
Hex 5D C4 55 35 0 39 17 74 30 37
Octal 135 304 125 65 0 71 27 164 60 67
Binary 1011101 11000100 1010101 110101 0 111001 10111 1110100 110000 110111

Color Harmonies of #5DC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC455

Black with #5DC455

Text Example


Text Example

White with #5DC455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,196,85); }

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

background-color css

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

 a { background-color: rgb(93,196,85); }

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

border-color css

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

 span { border-color: rgb(93,196,85); }

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