Html Css Color HEX #5DC13B Apple

📋 copy color: '#5DC13B'

red 93 ◦ green 193 ◦ blue 59

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

Shades of Apple #5DC13B

Tints of Apple #5DC13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 26.96%
G = 55.94%
B = 17.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#5DC13B (or 0x5DC13B) is known color: Apple. HEX triplet: 5D, C1 and 3B. RGB value is (93,193,59). Sum of RGB (Red+Green+Blue) = 93+193+59=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC13B is #A23EC4. Grayscale: #949494. Windows color (decimal): -10632901 or 3916125. OLE color: 3916125.

HSL color Cylindrical-coordinate representation of color #5DC13B: hue angle of 104.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC13B is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 193 59 -
CMYK 0.52 0 0.69 0.24
HSL 104.78º 0.53% 0.49% -
HSV(B) 104.78º 0.69% 0.76% -
XYZ 24.37 40.78 10.72 -
YUV 147.82 77.87 88.9 -
System Red Green Blue C M Y K H S L
Decimal 93 193 59 0.52 0 0.69 0.24 104.78 0.53 0.49
Hex 5D C1 3B 34 0 45 18 69 35 31
Octal 135 301 73 64 0 105 30 151 65 61
Binary 1011101 11000001 111011 110100 0 1000101 11000 1101001 110101 110001

Color Harmonies of #5DC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC13B

Black with #5DC13B

Text Example


Text Example

White with #5DC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,193,59); }

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

background-color css

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

 a { background-color: rgb(93,193,59); }

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

border-color css

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

 span { border-color: rgb(93,193,59); }

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