Html Css Color HEX #5DB534 Apple

📋 copy color: '#5DB534'

red 93 ◦ green 181 ◦ blue 52

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

Shades of Apple #5DB534

Tints of Apple #5DB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.52%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 28.53%
G = 55.52%
B = 15.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#5DB534 (or 0x5DB534) is known color: Apple. HEX triplet: 5D, B5 and 34. RGB value is (93,181,52). Sum of RGB (Red+Green+Blue) = 93+181+52=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB534 is #A24ACB. Grayscale: #8C8C8C. Windows color (decimal): -10635980 or 3454301. OLE color: 3454301.

HSL color Cylindrical-coordinate representation of color #5DB534: hue angle of 100.93º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DB534 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 181 52 -
CMYK 0.49 0 0.71 0.29
HSL 100.93º 0.55% 0.46% -
HSV(B) 100.93º 0.71% 0.71% -
XYZ 21.66 35.62 8.98 -
YUV 139.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 93 181 52 0.49 0 0.71 0.29 100.93 0.55 0.46
Hex 5D B5 34 31 0 47 1D 65 37 2E
Octal 135 265 64 61 0 107 35 145 67 56
Binary 1011101 10110101 110100 110001 0 1000111 11101 1100101 110111 101110

Color Harmonies of #5DB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB534

Black with #5DB534

Text Example


Text Example

White with #5DB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,181,52); }

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

background-color css

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

 a { background-color: rgb(93,181,52); }

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

border-color css

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

 span { border-color: rgb(93,181,52); }

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