Html Css Color HEX #5DB448 Apple

📋 copy color: '#5DB448'

red 93 ◦ green 180 ◦ blue 72

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

Shades of Apple #5DB448

Tints of Apple #5DB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 26.96%
G = 52.17%
B = 20.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#5DB448 (or 0x5DB448) is known color: Apple. HEX triplet: 5D, B4 and 48. RGB value is (93,180,72). Sum of RGB (Red+Green+Blue) = 93+180+72=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB448 is #A24BB7. Grayscale: #8E8E8E. Windows color (decimal): -10636216 or 4764765. OLE color: 4764765.

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

Color convert

RGB 93 180 72 -
CMYK 0.48 0 0.60 0.29
HSL 108.33º 0.43% 0.49% -
HSV(B) 108.33º 0.6% 0.71% -
XYZ 22.01 35.44 11.81 -
YUV 141.68 88.68 93.28 -
System Red Green Blue C M Y K H S L
Decimal 93 180 72 0.48 0 0.60 0.29 108.33 0.43 0.49
Hex 5D B4 48 30 0 3C 1D 6C 2B 31
Octal 135 264 110 60 0 74 35 154 53 61
Binary 1011101 10110100 1001000 110000 0 111100 11101 1101100 101011 110001

Color Harmonies of #5DB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB448

Black with #5DB448

Text Example


Text Example

White with #5DB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,72); }

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

background-color css

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

 a { background-color: rgb(93,180,72); }

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

border-color css

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

 span { border-color: rgb(93,180,72); }

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