Html Css Color HEX #5DCB49 Apple

📋 copy color: '#5DCB49'

red 93 ◦ green 203 ◦ blue 73

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

Shades of Apple #5DCB49

Tints of Apple #5DCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.01%

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

R = 25.2%
G = 55.01%
B = 19.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#5DCB49 (or 0x5DCB49) is known color: Apple. HEX triplet: 5D, CB and 49. RGB value is (93,203,73). Sum of RGB (Red+Green+Blue) = 93+203+73=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB49 is #A234B6. Grayscale: #9B9B9B. Windows color (decimal): -10630327 or 4836189. OLE color: 4836189.

HSL color Cylindrical-coordinate representation of color #5DCB49: hue angle of 110.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DCB49 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 73 -
CMYK 0.54 0 0.64 0.20
HSL 110.77º 0.56% 0.54% -
HSV(B) 110.77º 0.64% 0.8% -
XYZ 27.07 45.52 13.66 -
YUV 155.29 81.56 83.57 -
System Red Green Blue C M Y K H S L
Decimal 93 203 73 0.54 0 0.64 0.20 110.77 0.56 0.54
Hex 5D CB 49 36 0 40 14 6F 38 36
Octal 135 313 111 66 0 100 24 157 70 66
Binary 1011101 11001011 1001001 110110 0 1000000 10100 1101111 111000 110110

Color Harmonies of #5DCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCB49

Black with #5DCB49

Text Example


Text Example

White with #5DCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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