Html Css Color HEX #5DC133 Apple

📋 copy color: '#5DC133'

red 93 ◦ green 193 ◦ blue 51

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

Shades of Apple #5DC133

Tints of Apple #5DC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 27.6%
G = 57.27%
B = 15.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#5DC133 (or 0x5DC133) is known color: Apple. HEX triplet: 5D, C1 and 33. RGB value is (93,193,51). Sum of RGB (Red+Green+Blue) = 93+193+51=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC133 is #A23ECC. Grayscale: #939393. Windows color (decimal): -10632909 or 3391837. OLE color: 3391837.

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

Color convert

RGB 93 193 51 -
CMYK 0.52 0 0.74 0.24
HSL 102.25º 0.58% 0.48% -
HSV(B) 102.25º 0.74% 0.76% -
XYZ 24.18 40.71 9.71 -
YUV 146.91 73.87 89.55 -
System Red Green Blue C M Y K H S L
Decimal 93 193 51 0.52 0 0.74 0.24 102.25 0.58 0.48
Hex 5D C1 33 34 0 4A 18 66 3A 30
Octal 135 301 63 64 0 112 30 146 72 60
Binary 1011101 11000001 110011 110100 0 1001010 11000 1100110 111010 110000

Color Harmonies of #5DC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC133

Black with #5DC133

Text Example


Text Example

White with #5DC133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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