Html Css Color HEX #5DC530 Apple

📋 copy color: '#5DC530'

red 93 ◦ green 197 ◦ blue 48

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

Shades of Apple #5DC530

Tints of Apple #5DC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.28%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 27.51%
G = 58.28%
B = 14.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#5DC530 (or 0x5DC530) is known color: Apple. HEX triplet: 5D, C5 and 30. RGB value is (93,197,48). Sum of RGB (Red+Green+Blue) = 93+197+48=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC530 is #A23ACF. Grayscale: #959595. Windows color (decimal): -10631888 or 3196253. OLE color: 3196253.

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

Color convert

RGB 93 197 48 -
CMYK 0.53 0 0.76 0.23
HSL 101.88º 0.61% 0.48% -
HSV(B) 101.88º 0.76% 0.77% -
XYZ 25.01 42.47 9.68 -
YUV 148.92 71.04 88.12 -
System Red Green Blue C M Y K H S L
Decimal 93 197 48 0.53 0 0.76 0.23 101.88 0.61 0.48
Hex 5D C5 30 35 0 4C 17 66 3D 30
Octal 135 305 60 65 0 114 27 146 75 60
Binary 1011101 11000101 110000 110101 0 1001100 10111 1100110 111101 110000

Color Harmonies of #5DC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC530

Black with #5DC530

Text Example


Text Example

White with #5DC530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,197,48); }

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

background-color css

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

 a { background-color: rgb(93,197,48); }

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

border-color css

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

 span { border-color: rgb(93,197,48); }

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