Html Css Color HEX #5DC13D Apple

📋 copy color: '#5DC13D'

red 93 ◦ green 193 ◦ blue 61

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

Shades of Apple #5DC13D

Tints of Apple #5DC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 26.8%
G = 55.62%
B = 17.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#5DC13D (or 0x5DC13D) is known color: Apple. HEX triplet: 5D, C1 and 3D. RGB value is (93,193,61). Sum of RGB (Red+Green+Blue) = 93+193+61=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC13D is #A23EC2. Grayscale: #949494. Windows color (decimal): -10632899 or 4047197. OLE color: 4047197.

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

Color convert

RGB 93 193 61 -
CMYK 0.52 0 0.68 0.24
HSL 105.45º 0.52% 0.5% -
HSV(B) 105.45º 0.68% 0.76% -
XYZ 24.43 40.8 11 -
YUV 148.05 78.87 88.73 -
System Red Green Blue C M Y K H S L
Decimal 93 193 61 0.52 0 0.68 0.24 105.45 0.52 0.5
Hex 5D C1 3D 34 0 44 18 69 34 32
Octal 135 301 75 64 0 104 30 151 64 62
Binary 1011101 11000001 111101 110100 0 1000100 11000 1101001 110100 110010

Color Harmonies of #5DC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC13D

Black with #5DC13D

Text Example


Text Example

White with #5DC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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