Html Css Color HEX #5DC533 Apple

📋 copy color: '#5DC533'

red 93 ◦ green 197 ◦ blue 51

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

Shades of Apple #5DC533

Tints of Apple #5DC533

RGB

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

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

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

R = 27.27%
G = 57.77%
B = 14.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#5DC533 (or 0x5DC533) is known color: Apple. HEX triplet: 5D, C5 and 33. RGB value is (93,197,51). Sum of RGB (Red+Green+Blue) = 93+197+51=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC533 is #A23ACC. Grayscale: #959595. Windows color (decimal): -10631885 or 3392861. OLE color: 3392861.

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

Color convert

RGB 93 197 51 -
CMYK 0.53 0 0.74 0.23
HSL 102.74º 0.59% 0.49% -
HSV(B) 102.74º 0.74% 0.77% -
XYZ 25.08 42.5 10.01 -
YUV 149.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 93 197 51 0.53 0 0.74 0.23 102.74 0.59 0.49
Hex 5D C5 33 35 0 4A 17 67 3B 31
Octal 135 305 63 65 0 112 27 147 73 61
Binary 1011101 11000101 110011 110101 0 1001010 10111 1100111 111011 110001

Color Harmonies of #5DC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC533

Black with #5DC533

Text Example


Text Example

White with #5DC533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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