Html Css Color HEX #5DA03C Apple

📋 copy color: '#5DA03C'

red 93 ◦ green 160 ◦ blue 60

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

Shades of Apple #5DA03C

Tints of Apple #5DA03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 29.71%
G = 51.12%
B = 19.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#5DA03C (or 0x5DA03C) is known color: Apple. HEX triplet: 5D, A0 and 3C. RGB value is (93,160,60). Sum of RGB (Red+Green+Blue) = 93+160+60=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA03C is #A25FC3. Grayscale: #808080. Windows color (decimal): -10641348 or 3973213. OLE color: 3973213.

HSL color Cylindrical-coordinate representation of color #5DA03C: hue angle of 100.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DA03C is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 160 60 -
CMYK 0.42 0 0.62 0.37
HSL 100.2º 0.45% 0.43% -
HSV(B) 100.2º 0.63% 0.63% -
XYZ 17.9 27.8 8.7 -
YUV 128.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 93 160 60 0.42 0 0.62 0.37 100.2 0.45 0.43
Hex 5D A0 3C 2A 0 3E 25 64 2D 2B
Octal 135 240 74 52 0 76 45 144 55 53
Binary 1011101 10100000 111100 101010 0 111110 100101 1100100 101101 101011

Color Harmonies of #5DA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA03C

Black with #5DA03C

Text Example


Text Example

White with #5DA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,60); }

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

background-color css

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

 a { background-color: rgb(93,160,60); }

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

border-color css

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

 span { border-color: rgb(93,160,60); }

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