Html Css Color HEX #5DBF49 Apple

📋 copy color: '#5DBF49'

red 93 ◦ green 191 ◦ blue 73

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

Shades of Apple #5DBF49

Tints of Apple #5DBF49

RGB

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

 GREEN value IS 191 (75% from 255) = 53.5%

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 26.05%
G = 53.5%
B = 20.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#5DBF49 (or 0x5DBF49) is known color: Apple. HEX triplet: 5D, BF and 49. RGB value is (93,191,73). Sum of RGB (Red+Green+Blue) = 93+191+73=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF49 is #A240B6. Grayscale: #949494. Windows color (decimal): -10633399 or 4833117. OLE color: 4833117.

HSL color Cylindrical-coordinate representation of color #5DBF49: hue angle of 109.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBF49 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 73 -
CMYK 0.51 0 0.62 0.25
HSL 109.83º 0.48% 0.52% -
HSV(B) 109.83º 0.62% 0.75% -
XYZ 24.35 40.07 12.75 -
YUV 148.25 85.53 88.59 -
System Red Green Blue C M Y K H S L
Decimal 93 191 73 0.51 0 0.62 0.25 109.83 0.48 0.52
Hex 5D BF 49 33 0 3E 19 6E 30 34
Octal 135 277 111 63 0 76 31 156 60 64
Binary 1011101 10111111 1001001 110011 0 111110 11001 1101110 110000 110100

Color Harmonies of #5DBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF49

Black with #5DBF49

Text Example


Text Example

White with #5DBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,73); }

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

background-color css

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

 a { background-color: rgb(93,191,73); }

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

border-color css

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

 span { border-color: rgb(93,191,73); }

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