Html Css Color HEX #5DB248 Apple

📋 copy color: '#5DB248'

red 93 ◦ green 178 ◦ blue 72

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

Shades of Apple #5DB248

Tints of Apple #5DB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

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

R = 27.11%
G = 51.9%
B = 20.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#5DB248 (or 0x5DB248) is known color: Apple. HEX triplet: 5D, B2 and 48. RGB value is (93,178,72). Sum of RGB (Red+Green+Blue) = 93+178+72=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB248 is #A24DB7. Grayscale: #8C8C8C. Windows color (decimal): -10636728 or 4764253. OLE color: 4764253.

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

Color convert

RGB 93 178 72 -
CMYK 0.48 0 0.60 0.30
HSL 108.11º 0.42% 0.49% -
HSV(B) 108.11º 0.6% 0.7% -
XYZ 21.6 34.64 11.68 -
YUV 140.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 93 178 72 0.48 0 0.60 0.30 108.11 0.42 0.49
Hex 5D B2 48 30 0 3C 1E 6C 2A 31
Octal 135 262 110 60 0 74 36 154 52 61
Binary 1011101 10110010 1001000 110000 0 111100 11110 1101100 101010 110001

Color Harmonies of #5DB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB248

Black with #5DB248

Text Example


Text Example

White with #5DB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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