Html Css Color HEX #5DC046 Apple

📋 copy color: '#5DC046'

red 93 ◦ green 192 ◦ blue 70

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

Shades of Apple #5DC046

Tints of Apple #5DC046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.08%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 26.2%
G = 54.08%
B = 19.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#5DC046 (or 0x5DC046) is known color: Apple. HEX triplet: 5D, C0 and 46. RGB value is (93,192,70). Sum of RGB (Red+Green+Blue) = 93+192+70=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC046 is #A23FB9. Grayscale: #949494. Windows color (decimal): -10633146 or 4636765. OLE color: 4636765.

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

Color convert

RGB 93 192 70 -
CMYK 0.52 0 0.64 0.25
HSL 108.69º 0.49% 0.51% -
HSV(B) 108.69º 0.64% 0.75% -
XYZ 24.47 40.47 12.32 -
YUV 148.49 83.7 88.42 -
System Red Green Blue C M Y K H S L
Decimal 93 192 70 0.52 0 0.64 0.25 108.69 0.49 0.51
Hex 5D C0 46 34 0 40 19 6D 31 33
Octal 135 300 106 64 0 100 31 155 61 63
Binary 1011101 11000000 1000110 110100 0 1000000 11001 1101101 110001 110011

Color Harmonies of #5DC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC046

Black with #5DC046

Text Example


Text Example

White with #5DC046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,192,70); }

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

background-color css

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

 a { background-color: rgb(93,192,70); }

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

border-color css

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

 span { border-color: rgb(93,192,70); }

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