Html Css Color HEX #5DAB33 Apple

📋 copy color: '#5DAB33'

red 93 ◦ green 171 ◦ blue 51

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

Shades of Apple #5DAB33

Tints of Apple #5DAB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.29%

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

R = 29.52%
G = 54.29%
B = 16.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#5DAB33 (or 0x5DAB33) is known color: Apple. HEX triplet: 5D, AB and 33. RGB value is (93,171,51). Sum of RGB (Red+Green+Blue) = 93+171+51=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB33 is #A254CC. Grayscale: #868686. Windows color (decimal): -10638541 or 3386205. OLE color: 3386205.

HSL color Cylindrical-coordinate representation of color #5DAB33: hue angle of 99º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DAB33 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 171 51 -
CMYK 0.46 0 0.70 0.33
HSL 99º 0.54% 0.44% -
HSV(B) 99º 0.7% 0.67% -
XYZ 19.67 31.69 8.21 -
YUV 134 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 93 171 51 0.46 0 0.70 0.33 99 0.54 0.44
Hex 5D AB 33 2E 0 46 21 63 36 2C
Octal 135 253 63 56 0 106 41 143 66 54
Binary 1011101 10101011 110011 101110 0 1000110 100001 1100011 110110 101100

Color Harmonies of #5DAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB33

Black with #5DAB33

Text Example


Text Example

White with #5DAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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