Html Css Color HEX #5DC349 Apple

📋 copy color: '#5DC349'

red 93 ◦ green 195 ◦ blue 73

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

Shades of Apple #5DC349

Tints of Apple #5DC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.02%

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

R = 25.76%
G = 54.02%
B = 20.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5DC349 (or 0x5DC349) is known color: Apple. HEX triplet: 5D, C3 and 49. RGB value is (93,195,73). Sum of RGB (Red+Green+Blue) = 93+195+73=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC349 is #A23CB6. Grayscale: #969696. Windows color (decimal): -10632375 or 4834141. OLE color: 4834141.

HSL color Cylindrical-coordinate representation of color #5DC349: hue angle of 110.16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DC349 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 195 73 -
CMYK 0.52 0 0.63 0.24
HSL 110.16º 0.5% 0.53% -
HSV(B) 110.16º 0.63% 0.76% -
XYZ 25.23 41.84 13.05 -
YUV 150.59 84.21 86.92 -
System Red Green Blue C M Y K H S L
Decimal 93 195 73 0.52 0 0.63 0.24 110.16 0.5 0.53
Hex 5D C3 49 34 0 3F 18 6E 32 35
Octal 135 303 111 64 0 77 30 156 62 65
Binary 1011101 11000011 1001001 110100 0 111111 11000 1101110 110010 110101

Color Harmonies of #5DC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC349

Black with #5DC349

Text Example


Text Example

White with #5DC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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