Html Css Color HEX #5DC053 Apple

📋 copy color: '#5DC053'

red 93 ◦ green 192 ◦ blue 83

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

Shades of Apple #5DC053

Tints of Apple #5DC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 25.27%
G = 52.17%
B = 22.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#5DC053 (or 0x5DC053) is known color: Apple. HEX triplet: 5D, C0 and 53. RGB value is (93,192,83). Sum of RGB (Red+Green+Blue) = 93+192+83=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC053 is #A23FAC. Grayscale: #969696. Windows color (decimal): -10633133 or 5488733. OLE color: 5488733.

HSL color Cylindrical-coordinate representation of color #5DC053: hue angle of 114.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC053 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 192 83 -
CMYK 0.52 0 0.57 0.25
HSL 114.5º 0.46% 0.54% -
HSV(B) 114.5º 0.57% 0.75% -
XYZ 24.93 40.65 14.72 -
YUV 149.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 93 192 83 0.52 0 0.57 0.25 114.5 0.46 0.54
Hex 5D C0 53 34 0 39 19 72 2E 36
Octal 135 300 123 64 0 71 31 162 56 66
Binary 1011101 11000000 1010011 110100 0 111001 11001 1110010 101110 110110

Color Harmonies of #5DC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC053

Black with #5DC053

Text Example


Text Example

White with #5DC053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,192,83); }

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

background-color css

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

 a { background-color: rgb(93,192,83); }

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

border-color css

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

 span { border-color: rgb(93,192,83); }

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